diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-30 19:53:49 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-05-30 19:53:49 +0000 |
commit | 6aa7fb8de2a73e7910f9742546ee13bc148a6fe1 (patch) | |
tree | f156472f6a7f7930e287339c9c10a952cc8a8241 /config-win32.h.in | |
parent | Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPN (diff) | |
download | openvpn-6aa7fb8de2a73e7910f9742546ee13bc148a6fe1.tar.xz |
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.in | 1 |
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 |