diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-18 20:09:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-18 20:09:38 +0000 |
commit | dc78867d601425d10382cd22ae6a53cb80da499f (patch) | |
tree | 5ff13e854776dbb15963eb57be64b9aadc855d2f /plugins/Spamotron/src | |
parent | acbd8ab4c557b17a98b4259e2bd2225aafaf02cd (diff) |
- Spamotron: added to solutions
git-svn-id: http://svn.miranda-ng.org/main/trunk@4722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r-- | plugins/Spamotron/src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Spamotron/src/common.h b/plugins/Spamotron/src/common.h index 8cb5e81202..ac36f729b1 100644 --- a/plugins/Spamotron/src/common.h +++ b/plugins/Spamotron/src/common.h @@ -1,3 +1,5 @@ +#define _CRT_SECURE_NO_WARNINGS
+
#include <windows.h>
#include <commctrl.h>
#include <stdlib.h>
|