diff options
author | David Shaw <[email protected]> | 2003-08-28 23:29:32 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-08-28 23:29:32 +0000 |
commit | cd067051840c14fe83654784f34576c79a298490 (patch) | |
tree | 5b45636c2750b6c199d28d40413c45ddb8a8a2bc /util/srv.c | |
parent | * options.h, g10.c (main): Add list-option list-preferred-keyserver. (diff) | |
download | gnupg-cd067051840c14fe83654784f34576c79a298490.tar.gz gnupg-cd067051840c14fe83654784f34576c79a298490.zip |
* dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,
ttyio.c, w32reg.c: s/__MINGW32__/_WIN32/ to help building on native
Windows compilers. Requested by Brian Gladman. From Werner on stable
branch.
* http.c (connect_server): Oops - forgot to freeaddrinfo().
Diffstat (limited to '')
-rw-r--r-- | util/srv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/srv.c b/util/srv.c index e73d3f85c..91e1b9f3a 100644 --- a/util/srv.c +++ b/util/srv.c @@ -20,7 +20,7 @@ #include <config.h> #ifdef USE_DNS_SRV -#ifdef __MINGW32__ +#ifdef _WIN32 #include <windows.h> #else #include <netinet/in.h> |