[gdi32] - Move OpenPrinterW out from static.
authorJames Tabor <james.tabor@reactos.org>
Thu, 24 Dec 2009 06:57:48 +0000 (06:57 +0000)
committerJames Tabor <james.tabor@reactos.org>
Thu, 24 Dec 2009 06:57:48 +0000 (06:57 +0000)
svn path=/trunk/; revision=44750

reactos/dll/win32/gdi32/include/gdi32p.h
reactos/dll/win32/gdi32/objects/printdrv.c

index e82c969..06e1ec8 100644 (file)
@@ -157,6 +157,7 @@ typedef DWORD (WINAPI *QUERYSPOOLMODE) (HANDLE,DWORD,DWORD);
 typedef DWORD (WINAPI *QUERYREMOTEFONTS) (DWORD,DWORD,DWORD);
 
 extern CLOSEPRINTER fpClosePrinter;
+extern OPENPRINTERW fpOpenPrinterW;
 
 /* FUNCTIONS *****************************************************************/
 
index c0952c2..379b85e 100644 (file)
@@ -52,7 +52,7 @@ static GETSPOOLFILEHANDLE fpGetSpoolFileHandle;
 static GETPRINTERW fpGetPrinterW;
 static GETPRINTERDRIVERW fpGetPrinterDriverW;
 static ISVALIDDEVMODEW fpIsValidDevmodeW;
-static OPENPRINTERW fpOpenPrinterW;
+OPENPRINTERW fpOpenPrinterW;
 static QUERYSPOOLMODE fpQuerySpoolMode;
 static QUERYREMOTEFONTS fpQueryRemoteFonts;
 static QUERYCOLORPROFILE fpQueryColorProfile;