diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-21 16:04:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-21 16:04:38 +0000 |
commit | b61cd3d190d40825ec68d4f8b424347028aea80f (patch) | |
tree | b0a03aae6d829ce1e1ded92de5b93401cf51b239 /plugins/VersionInfo/src/main.cpp | |
parent | 02ee191a693f13f868c67dd548114375af13f261 (diff) |
consistent hash generation fix - part 6
git-svn-id: http://svn.miranda-ng.org/main/trunk@2417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/src/main.cpp')
-rw-r--r-- | plugins/VersionInfo/src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/VersionInfo/src/main.cpp b/plugins/VersionInfo/src/main.cpp index 53c75be86f..91e29e650e 100644 --- a/plugins/VersionInfo/src/main.cpp +++ b/plugins/VersionInfo/src/main.cpp @@ -18,11 +18,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define STRICT
-#define WIN32_LEAN_AND_MEAN
-
-#define _CRT_SECURE_NO_DEPRECATE
-
#include "common.h"
#include "CVersionInfo.h"
|