diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:11:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:11:34 +0000 |
commit | dd556d2a3e2b7f7c4fdef1bcd9a7293f730df732 (patch) | |
tree | e4d6c6ee828a51af87ca69f2e3d9f06ec5a866e8 /plugins/WhenWasIt/commonheaders.h | |
parent | ec36adde2c033cdf5129c9686ed89069c38896aa (diff) |
precompiled headers for WhenWasIt
git-svn-id: http://svn.miranda-ng.org/main/trunk@273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/commonheaders.h')
-rw-r--r-- | plugins/WhenWasIt/commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/WhenWasIt/commonheaders.h b/plugins/WhenWasIt/commonheaders.h index c3e9cc1734..f61d5fe547 100644 --- a/plugins/WhenWasIt/commonheaders.h +++ b/plugins/WhenWasIt/commonheaders.h @@ -21,6 +21,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_WWI_COMMONHEADERS_H
#define M_WWI_COMMONHEADERS_H
+#define _CRT_SECURE_NO_WARNINGS
+#define _CRT_NON_CONFORMING_SWPRINTFS
+
#define MIRANDA_VER 0x0A00
#include <stdio.h>
|