Author: sginsberg
Date: Wed Nov 26 13:22:33 2008
New Revision: 37670
URL:
http://svn.reactos.org/svn/reactos?rev=37670&view=rev
Log:
- Define NTSTATUS in a way compatible with the current header set
Modified:
trunk/reactos/dll/directx/ksuser/ksuser.h
Modified: trunk/reactos/dll/directx/ksuser/ksuser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ksuser/ksuser.…
==============================================================================
--- trunk/reactos/dll/directx/ksuser/ksuser.h [iso-8859-1] (original)
+++ trunk/reactos/dll/directx/ksuser/ksuser.h [iso-8859-1] Wed Nov 26 13:22:33 2008
@@ -1,5 +1,5 @@
#define _KSDDK_
#include <windows.h>
-#include <ntsecapi.h>
+typedef LONG NTSTATUS;
#include <ks.h>
#include <reactos/helper.h>