comparison libpurple/protocols/jabber/win32/posix.uname.c @ 32382:8c6254c23e32

Commit the fix needed for this to build on Windows.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 21 Aug 2011 23:45:07 +0000
parents eb7dfb01640d
children
comparison
equal deleted inserted replaced
32281:6f3df8fc3037 32382:8c6254c23e32
25 */ 25 */
26 26
27 #include "utsname.h" 27 #include "utsname.h"
28 #include <string.h> 28 #include <string.h>
29 #include <stdio.h> 29 #include <stdio.h>
30
31 #include <glib.h>
30 32
31 /* ANONYMOUS unions and structs are used from the windows header definitions. 33 /* ANONYMOUS unions and structs are used from the windows header definitions.
32 These need to be defined for them to work correctly with gcc2.95.2-mingw. */ 34 These need to be defined for them to work correctly with gcc2.95.2-mingw. */
33 /*#define _ANONYMOUS_STRUCT*/ 35 /*#define _ANONYMOUS_STRUCT*/
34 /*#define _ANONYMOUS_UNION*/ 36 /*#define _ANONYMOUS_UNION*/