This is an automated email from the git hooks/post-receive script. mgilbert pushed a commit to branch master in repository wine.
commit 6e64ccace805cdffdc8df6d5e965ea02ba33a64b Author: Austin English <[email protected]> Date: Thu Sep 11 17:14:04 2014 -0500 wbemprox: Include winsock.h earlier for NetBSD. --- dlls/wbemprox/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c index abc0b3e..48ed20a 100644 --- a/dlls/wbemprox/builtin.c +++ b/dlls/wbemprox/builtin.c @@ -27,10 +27,10 @@ #define WIN32_NO_STATUS #include "windef.h" #include "winbase.h" +#include "winsock2.h" #include "initguid.h" #include "wbemcli.h" #include "wbemprov.h" -#include "winsock2.h" #include "iphlpapi.h" #include "tlhelp32.h" #include "d3d10.h" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
