Author: spetreolle
Date: Sat Mar 13 19:07:56 2010
New Revision: 46177
URL:
http://svn.reactos.org/svn/reactos?rev=46177&view=rev
Log:
[ROSAPPS]
Fix green build.
Modified:
trunk/rosapps/drivers/green/green.h
Modified: trunk/rosapps/drivers/green/green.h
URL:
http://svn.reactos.org/svn/reactos/trunk/rosapps/drivers/green/green.h?rev=…
==============================================================================
--- trunk/rosapps/drivers/green/green.h [iso-8859-1] (original)
+++ trunk/rosapps/drivers/green/green.h [iso-8859-1] Sat Mar 13 19:07:56 2010
@@ -1,6 +1,7 @@
#include <stdarg.h>
-#include <ntddk.h>
+#include <ntifs.h>
#include <ndk/iotypes.h>
+#include <ndk/obfuncs.h>
#include <windef.h>
#define WINBASEAPI
typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES;