From 19bf3dba245dfab33493fb30917fdb1dedd8542f Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 30 Aug 2007 16:28:28 +0000 Subject: [PATCH] adding prototype for NtGdiInitSpool() svn path=/trunk/; revision=28673 --- reactos/include/psdk/ntgdi.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/include/psdk/ntgdi.h b/reactos/include/psdk/ntgdi.h index 1afc9671e6a..e20ddccf6c2 100644 --- a/reactos/include/psdk/ntgdi.h +++ b/reactos/include/psdk/ntgdi.h @@ -3630,4 +3630,9 @@ NtGdiMakeObjectUnXferable( IN HANDLE h ); +W32KAPI +BOOL +APIENTRY +NtGdiInitSpool(); + #endif