Author: fireball
Date: Thu Apr 8 11:39:24 2010
New Revision: 46779
URL:
http://svn.reactos.org/svn/reactos?rev=46779&view=rev
Log:
[DRIVERS/GREEN]
- Includes cleanup, fix NDK inclusion.
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] Thu Apr 8 11:39:24 2010
@@ -1,7 +1,6 @@
-#include <stdarg.h>
+#include <ntddk.h>
#include <ntifs.h>
-#include <ndk/iotypes.h>
-#include <ndk/obfuncs.h>
+#include <ntndk.h>
#include <windef.h>
#define WINBASEAPI
typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES;