summaryrefslogtreecommitdiffstats
path: root/config-win32.h.in
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-30 19:53:49 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-30 19:53:49 +0000
commit6aa7fb8de2a73e7910f9742546ee13bc148a6fe1 (patch)
treef156472f6a7f7930e287339c9c10a952cc8a8241 /config-win32.h.in
parent775a6ac2796a55bad3489d8532fd138d232fd2c4 (diff)
downloadopenvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.tar.gz
openvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.tar.xz
openvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.zip
Fixed issue of symbol conflicts interfering with Windows CryptoAPI
functionality (Alon Bar-Lev). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4475 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'config-win32.h.in')
-rw-r--r--config-win32.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-win32.h.in b/config-win32.h.in
index b7fbdd6..7a0119d 100644
--- a/config-win32.h.in
+++ b/config-win32.h.in
@@ -318,7 +318,6 @@ typedef unsigned long in_addr_t;
#define S_IRUSR 0
#define S_IWUSR 0
typedef int intptr_t;
-#undef S_NORMAL
/* Visual Studio 2005 supports vararg macros */
#if _MSC_VER >= 1400
#define HAVE_CPP_VARARG_MACRO_ISO 1