diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/stdafx.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/stdafx.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h index 5cdeed4d41..a9f907c99d 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.h +++ b/plugins/SendScreenshotPlus/src/stdafx.h @@ -117,10 +117,9 @@ typedef struct _MGLOBAL { #define SZ_SENDSS "SendSS" extern ATOM g_clsTargetHighlighter; -extern HINSTANCE g_hSendSS; -extern MGLOBAL g_myGlobals; -extern HANDLE g_hNetlibUser; - +extern HINSTANCE g_hSendSS; +extern MGLOBAL g_myGlobals; +extern HNETLIBUSER g_hNetlibUser; enum{ ICO_MAIN=0, |