ntprint: Mark hInstance as static.

This commit is contained in:
Marcus Meissner 2011-05-13 17:40:26 +02:00 committed by Alexandre Julliard
parent 5113a7da1b
commit cc37b188d2
1 changed files with 1 additions and 1 deletions

View File

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