Sync with trunk r63502.
[reactos.git] / include / reactos / arm / armddk.h
index 9438709..814f64b 100644 (file)
@@ -8,7 +8,7 @@
 #define PAGE_SIZE 0x1000
 #endif
 
-#ifndef _WINNT_H
+#ifndef _WINNT_
 //
 // IRQLs
 //
@@ -34,7 +34,7 @@
 #define PCR                     ((KPCR * const)KIP0PCRADDRESS)
 #define USERPCR                 ((volatile KPCR * const)USPCR)
 #define KeGetPcr()              PCR
-#ifndef _WINNT_H
+#ifndef _WINNT_
 #define SharedUserData          ((KUSER_SHARED_DATA * const)KI_USER_SHARED_DATA)
 
 //
@@ -124,7 +124,7 @@ typedef struct _CONTEXT {
 //
 // Processor Control Region
 //
-#ifdef _WINNT_H
+#ifdef _WINNT_
 #define KIRQL ULONG
 #endif
 
@@ -228,6 +228,7 @@ extern volatile struct _KSYSTEM_TIME KeTickCount;
 #define RESULT_NEGATIVE 1
 #define RESULT_POSITIVE 2
 
+#if 0
 DECLSPEC_IMPORT
 VOID
 __fastcall
@@ -240,8 +241,9 @@ KIRQL
 __fastcall
 KfAcquireSpinLock(
   IN OUT ULONG_PTR* SpinLock);
+#endif
 
-#ifndef _WINNT_H
+#ifndef _WINNT_
 //
 // IRQL Support on ARM is similar to MIPS/ALPHA
 //