diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-15 06:21:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-15 06:21:47 +0000 |
commit | a735b401218ad35318cf7e3d4e93581bb97d5d95 (patch) | |
tree | 9086fc13bef6dd5866b116a5dc0a0558e1784eaf /plugins/IgnoreState | |
parent | a08ae16d9d2dad4efda6e09201561b18f23649b3 (diff) |
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IgnoreState')
-rw-r--r-- | plugins/IgnoreState/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IgnoreState/commonheaders.h b/plugins/IgnoreState/commonheaders.h index 315c043a03..dbc2a346cd 100644 --- a/plugins/IgnoreState/commonheaders.h +++ b/plugins/IgnoreState/commonheaders.h @@ -24,6 +24,7 @@ #define MIRANDA_VER 0x0A00
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0501
#ifndef _WIN32_IE
|