[PATCH] ntprint: mark hInstance as static

Marcus Meissner meissner at suse.de
Fri May 13 10:40:26 CDT 2011


---
 dlls/ntprint/ntprint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntprint/ntprint.c b/dlls/ntprint/ntprint.c
index e7779ba..b816666 100644
--- a/dlls/ntprint/ntprint.c
+++ b/dlls/ntprint/ntprint.c
@@ -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 */
-- 
1.7.1



More information about the wine-patches mailing list