diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-05 17:42:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-05 17:43:07 +0300 |
commit | 0c20eac9b081cd9c1c81dfbc3e48e069f859edc1 (patch) | |
tree | f3754f8ea5fb40312ae3da88764520e4a33d913f /plugins/AssocMgr/src/stdafx.h | |
parent | 52921a9e13484319df2d4f1153521f3f5e12b932 (diff) |
AssocMsg: fix for launching it via rundll32
Diffstat (limited to 'plugins/AssocMgr/src/stdafx.h')
-rw-r--r-- | plugins/AssocMgr/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/AssocMgr/src/stdafx.h b/plugins/AssocMgr/src/stdafx.h index 89cf724b45..6c93da6e33 100644 --- a/plugins/AssocMgr/src/stdafx.h +++ b/plugins/AssocMgr/src/stdafx.h @@ -24,6 +24,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <malloc.h>
#include <Uxtheme.h>
+#define DELAYIMP_INSECURE_WRITABLE_HOOKS
+#include <delayimp.h>
+
#include <newpluginapi.h>
#include <m_database.h>
#include <m_langpack.h>
|