diff options
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>
|