diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-24 17:57:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-24 17:57:08 +0000 |
commit | ccba5a84f3779625db470d6642a9f42fc0b8907b (patch) | |
tree | 782565487e41657325b53761cff232bd585b5510 /plugins/BasicHistory/src/stdafx.h | |
parent | 9033485843f01979b47c1cf9d13413fbf2f91f35 (diff) |
BasicHistory - warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src/stdafx.h')
-rw-r--r-- | plugins/BasicHistory/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/stdafx.h b/plugins/BasicHistory/src/stdafx.h index 463edd2d1b..e2cfff2c86 100644 --- a/plugins/BasicHistory/src/stdafx.h +++ b/plugins/BasicHistory/src/stdafx.h @@ -9,7 +9,6 @@ #define _USE_32BIT_TIME_T
#endif
-#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
|