summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-26 13:19:52 +0100
committerJose <jose@zeroc.com>2016-12-26 13:19:52 +0100
commitd2555d37a54bebd09876fbb6cd1a97c3bbcfce8d (patch)
treef800c641c2df4d09190320587142240374dbacb9 /cpp
parentFixed (ICE-6974) - Test suite and Python installed in C:\Program Files (diff)
downloadice-d2555d37a54bebd09876fbb6cd1a97c3bbcfce8d.tar.bz2
ice-d2555d37a54bebd09876fbb6cd1a97c3bbcfce8d.tar.xz
ice-d2555d37a54bebd09876fbb6cd1a97c3bbcfce8d.zip
_MSC_VER not defined by ResourceCompiler
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/IceUtil/ResourceConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/include/IceUtil/ResourceConfig.h b/cpp/include/IceUtil/ResourceConfig.h
index 1e7e6ae4e05..f68dd6e157e 100644
--- a/cpp/include/IceUtil/ResourceConfig.h
+++ b/cpp/include/IceUtil/ResourceConfig.h
@@ -10,8 +10,6 @@
#ifndef ICE_UTIL_RESOURCE_CONFIG_H
#define ICE_UTIL_RESOURCE_CONFIG_H
-#ifdef _MSC_VER
-
#include "winver.h"
#define ICE_VERSION 3,7,54,0
@@ -58,5 +56,3 @@
#endif
#endif
-
-#endif