mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 05:02:38 +00:00
[gdi32] - Move OpenPrinterW out from static.
svn path=/trunk/; revision=44750
This commit is contained in:
parent
6e3e947a79
commit
093456d1b0
2 changed files with 2 additions and 1 deletions
|
@ -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 *****************************************************************/
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue