diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-02 19:11:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-02 19:11:04 +0000 |
commit | 1d043e03a80e9cc06a33f7c5b53ccf9d0885ca18 (patch) | |
tree | 90e651350381a6a6b4d9e2f2dfa2c86b104e27ea /plugins/AssocMgr/common.h | |
parent | c91ed38429bf6441ce150359978a14f15e5c0325 (diff) |
64-bit compilation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AssocMgr/common.h')
-rw-r--r-- | plugins/AssocMgr/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AssocMgr/common.h b/plugins/AssocMgr/common.h index 912f3fd9d0..6f5592f524 100644 --- a/plugins/AssocMgr/common.h +++ b/plugins/AssocMgr/common.h @@ -19,6 +19,7 @@ along with this program (AssocMgr-License.txt); if not, write to the Free Softwa Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0600
#define __RPCASYNC_H__ /* VC6 has a mistake in there (warning) */
#include <windows.h>
|