[ros-diffs] [sginsberg] 37670: - Define NTSTATUS in a way compatible with the current header set

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Wed Nov 26 20:22:34 CET 2008


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.h?rev=37670&r1=37669&r2=37670&view=diff
==============================================================================
--- 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>



More information about the Ros-diffs mailing list