diff options
Diffstat (limited to '')
-rw-r--r-- | config-win32.h (renamed from config-win32.h.in) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-win32.h.in b/config-win32.h index 20ed726..2457318 100644 --- a/config-win32.h.in +++ b/config-win32.h @@ -35,6 +35,7 @@ #include <windows.h> #include <winsock2.h> +#include "autodefs/nsidefs.h" #define sleep(x) Sleep((x)*1000) @@ -227,7 +228,7 @@ typedef unsigned long in_addr_t; #define PACKAGE_TARNAME "openvpn" /* Define to the version of this package. */ -#define PACKAGE_VERSION "@VERSION@" /* AUTO_VERSION */ +#define PACKAGE_VERSION "PRODUCT_VERSION" /* Define to the full name and version of this package. */ #ifdef DEBUG_LABEL |