summaryrefslogtreecommitdiff
path: root/plugins/ShellExt/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-30 18:38:04 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-30 18:38:04 +0000
commit2c73bb570b16ed862a3e28e263198273d4591074 (patch)
tree00fc4fb0d941aefebe955a25ae55fbca29325bd0 /plugins/ShellExt/src/stdafx.h
parenta2d94febd339707a08bcfe02b995f26d71e8cf13 (diff)
COM-related code rearranged
git-svn-id: http://svn.miranda-ng.org/main/trunk@5889 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/stdafx.h')
-rw-r--r--plugins/ShellExt/src/stdafx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h
index 4527f78a08..1a0f2574f0 100644
--- a/plugins/ShellExt/src/stdafx.h
+++ b/plugins/ShellExt/src/stdafx.h
@@ -46,9 +46,15 @@ HRESULT RemoveCOMRegistryEntries();
extern HINSTANCE hInst;
extern HANDLE hLogger;
+extern int DllFactoryCount, DllObjectCount;
+extern bool VistaOrLater;
int OnOptionsInit(WPARAM wParam, LPARAM lParam);
+#ifdef _DEBUG
+#define LOG_ENABLED
+#endif
+
#ifdef LOG_ENABLED
void logA(const char *format, ...);
#else