diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-13 06:52:32 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-13 06:52:32 +0000 |
commit | dfe454d84c9c227f2ad8d716831cc1755255402b (patch) | |
tree | 186c875db9e57aba319a9dfd8256181b3846cf77 /plugins/Clist_classic/src | |
parent | f08f5e316f64fc81f765e5d94273149540de6f58 (diff) |
Clist_classic: compilation fix and warnings deprecation
git-svn-id: http://svn.miranda-ng.org/main/trunk@935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_classic/src')
-rw-r--r-- | plugins/Clist_classic/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_classic/src/commonheaders.h b/plugins/Clist_classic/src/commonheaders.h index 7382317420..4ae328c54d 100644 --- a/plugins/Clist_classic/src/commonheaders.h +++ b/plugins/Clist_classic/src/commonheaders.h @@ -21,6 +21,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#define _CRT_SECURE_NO_WARNINGS
#define MIRANDA_VER 0x0A00
#define _WIN32_WINNT 0x0600
|