- Major Win32k Header Cleanup: Add ntgdi.h based on latest Platform SDK Public header...
[reactos.git] / reactos / include / win32k / print.h
diff --git a/reactos/include/win32k/print.h b/reactos/include/win32k/print.h
deleted file mode 100644 (file)
index 9dab57f..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-
-#ifndef __WIN32K_PRINT_H
-#define __WIN32K_PRINT_H
-
-INT
-STDCALL
-NtGdiAbortDoc(HDC  hDC);
-
-INT
-STDCALL
-NtGdiEndDoc(HDC  hDC);
-
-INT
-STDCALL
-NtGdiEndPage(HDC  hDC);
-
-INT
-STDCALL
-NtGdiEscape(HDC  hDC,
-                INT  Escape,
-                INT  InSize,
-                LPCSTR  InData,
-                LPVOID  OutData);
-
-INT
-STDCALL
-NtGdiExtEscape(HDC  hDC,
-                   INT  Escape,
-                   INT  InSize,
-                   LPCSTR  InData,
-                   INT  OutSize,
-                   LPSTR  OutData);
-
-INT
-STDCALL
-NtGdiSetAbortProc(HDC  hDC,
-                      ABORTPROC  AbortProc);
-
-INT
-STDCALL
-NtGdiStartDoc(HDC  hDC,
-                  CONST LPDOCINFOW  di);
-
-INT
-STDCALL
-NtGdiStartPage(HDC  hDC);
-
-#endif