diff options
Diffstat (limited to 'plugins/TooltipNotify/src/stdafx.h')
-rw-r--r-- | plugins/TooltipNotify/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/TooltipNotify/src/stdafx.h b/plugins/TooltipNotify/src/stdafx.h index 72c8c13416..2f007caefa 100644 --- a/plugins/TooltipNotify/src/stdafx.h +++ b/plugins/TooltipNotify/src/stdafx.h @@ -26,6 +26,8 @@ #include <m_fontservice.h>
#include <win2k.h>
+#define MODULENAME "TooltipNotify"
+
#include "version.h"
#include "TooltipNotify.h"
#include "DbHelpers.h"
@@ -33,3 +35,5 @@ #include "Settings.h"
#include "resource.h"
#include "Utils.h"
+
+extern HINSTANCE g_hInstDLL;
\ No newline at end of file |