- Major Win32k Header Cleanup: Add ntgdi.h based on latest Platform SDK Public header...
[reactos.git] / reactos / include / win32k / misc.h
diff --git a/reactos/include/win32k/misc.h b/reactos/include/win32k/misc.h
deleted file mode 100644 (file)
index e03faa6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __WIN32K_MISC_H
-#define __WIN32K_MISC_H
-
-#ifndef NTOS_MODE_USER
-
-/* W32PROCESS flags */
-#define W32PF_NOWINDOWGHOSTING (0x0001)
-#define W32PF_MANUALGUICHECK   (0x0002)
-#define W32PF_CREATEDWINORDC   (0x0004)
-
-VOID
-FASTCALL
-DestroyThreadWindows(struct _ETHREAD *Thread);
-
-#endif
-
-#endif /* __WIN32K_MISC_H */