[gdi32] - Move OpenPrinterW out from static.

svn path=/trunk/; revision=44750
This commit is contained in:
James Tabor 2009-12-24 06:57:48 +00:00
parent 6e3e947a79
commit 093456d1b0
2 changed files with 2 additions and 1 deletions

View 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 *****************************************************************/

View 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;