ntprint: Mark hInstance as static.
This commit is contained in:
parent
5113a7da1b
commit
cc37b188d2
|
@ -36,7 +36,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ntprint);
|
||||
|
||||
HINSTANCE NTPRINT_hInstance = NULL;
|
||||
static HINSTANCE NTPRINT_hInstance = NULL;
|
||||
|
||||
typedef struct {
|
||||
LPMONITOR_INFO_2W mi2; /* Buffer for installed Monitors */
|
||||
|
|
Loading…
Reference in New Issue