Mercurial > pidgin
diff src/internal.h @ 5912:b3c412884a22
[gaim-migrate @ 6344]
win32 adjustments for header re-org
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Tue, 17 Jun 2003 18:53:49 +0000 |
| parents | 059d95c67cda |
| children | 7cce6643c51e |
line wrap: on
line diff
--- a/src/internal.h Tue Jun 17 07:37:35 2003 +0000 +++ b/src/internal.h Tue Jun 17 18:53:49 2003 +0000 @@ -54,7 +54,9 @@ #include <sys/stat.h> #include <sys/time.h> #include <sys/types.h> +#ifndef _WIN32 #include <sys/wait.h> +#endif #include <ctype.h> #include <errno.h> #include <fcntl.h> @@ -79,14 +81,7 @@ # endif #endif -#ifdef _WIN32 -# include <gdk/gdkwin32.h> -# include <winsock.h> -# include "win32dep.h" -# include <direct.h> -# include <winsock.h> -# include <io.h> -#else +#ifndef _WIN32 # include <arpa/inet.h> # include <netinet/in.h> # include <sys/socket.h> @@ -111,6 +106,11 @@ #include <gtk/gtk.h> #include <glib.h> +#ifdef _WIN32 +#include "win32dep.h" +#endif + + #define WEBSITE "http://gaim.sourceforge.net/" #endif /* _GAIM_INTERNAL_H_ */
