Commit 526cb9c8 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

printui: Mark hInstance as static.

parent 2f2b5732
......@@ -38,7 +38,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(printui);
HINSTANCE PRINTUI_hInstance = NULL;
static HINSTANCE PRINTUI_hInstance = NULL;
/* ################################# */
......
......@@ -63,10 +63,4 @@ typedef struct tag_context {
LPWSTR options[OPT_MAX];
BOOL flags[FLAG_MAX];
} context_t;
/* ## DLL-wide Globals ## */
extern HINSTANCE PRINTUI_hInstance;
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment