Reverted latest changes.
[reactos.git] / reactos / ntoskrnl / include / internal / nt.h
index 538ccca..1276503 100644 (file)
@@ -1,12 +1,3 @@
-#ifndef __INCLUDE_INTERNAL_NT_H
-#define __INCLUDE_INTERNAL_NT_H
-
-#if __GNUC__ >=3
-#pragma GCC system_header
-#endif
-
-#ifndef AS_INVOKED
-
 VOID NtInitializeEventImplementation(VOID);
 VOID NtInitializeEventPairImplementation(VOID);
 VOID NtInitializeSemaphoreImplementation(VOID);
@@ -14,7 +5,3 @@ VOID NtInitializeMutantImplementation(VOID);
 VOID NtInitializeTimerImplementation(VOID);
 NTSTATUS NiInitPort(VOID);
 VOID NtInitializeProfileImplementation(VOID);
-
-#endif /* !AS_INVOKED */
-
-#endif