[HEADERS]
[reactos.git] / reactos / hal / halx86 / include / hal.h
index 3cd6fcb..3eff1e7 100644 (file)
 /* WDK HAL Compilation hack */
 #include <excpt.h>
 #include <ntdef.h>
-#undef _NTHAL_
-#undef DECLSPEC_IMPORT
-#define DECLSPEC_IMPORT
+#ifndef _MINIHAL_
 #undef NTSYSAPI
 #define NTSYSAPI __declspec(dllimport)
+#else
+#undef NTSYSAPI
+#define NTSYSAPI
+#endif
 
 /* IFS/DDK/NDK Headers */
 #include <ntifs.h>