diff options
Diffstat (limited to 'plugins/Scriver/src/commonheaders.h')
-rw-r--r-- | plugins/Scriver/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/commonheaders.h b/plugins/Scriver/src/commonheaders.h index 2ea1687547..be6494897c 100644 --- a/plugins/Scriver/src/commonheaders.h +++ b/plugins/Scriver/src/commonheaders.h @@ -108,7 +108,7 @@ extern void ChangeStatusIcons(); extern void LoadInfobarFonts();
extern HCURSOR hDragCursor;
extern ITaskbarList3 * pTaskbarInterface;
-extern struct GlobalMessageData *g_dat;
+extern GlobalMessageData g_dat;
extern CRITICAL_SECTION cs;
extern TCHAR* pszActiveWndID ;
extern char* pszActiveWndModule ;
|