Author: fireball
Date: Wed Feb 27 23:50:41 2008
New Revision: 32517
URL:
http://svn.reactos.org/svn/reactos?rev=32517&view=rev
Log:
- The forgotten declaration.
Modified:
trunk/reactos/include/ddk/wdm.h
Modified: trunk/reactos/include/ddk/wdm.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/wdm.h?rev=3251…
==============================================================================
--- trunk/reactos/include/ddk/wdm.h (original)
+++ trunk/reactos/include/ddk/wdm.h Wed Feb 27 23:50:41 2008
@@ -20,5 +20,7 @@
#define CmResourceTypePcCardConfig 130
#define CmResourceTypeMfCardConfig 131
+extern ULONG NtGlobalFlag;
+
#endif