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.h | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/srv.h b/util/srv.h index de239b6bc..903a80483 100644 --- a/util/srv.h +++ b/util/srv.h @@ -21,7 +21,7 @@ #ifndef _SRV_H_ #define _SRV_H_ -#ifdef __MINGW32__ +#ifdef _WIN32 #include <windows.h> #else #include <netinet/in.h> |