shuffle and clean up includes - builds on windows properly again

This commit is contained in:
Ryan Pavlik
2011-04-28 09:49:39 -05:00
parent cf8ba2142e
commit bfcb2fe94c
12 changed files with 48 additions and 79 deletions

View File

@@ -44,7 +44,9 @@
#ifndef WIIUSE_INTERNAL_H_INCLUDED
#define WIIUSE_INTERNAL_H_INCLUDED
#ifndef WIN32
#ifdef WIN32
#include <Winsock2.h>
#else
#include <arpa/inet.h> /* htons() */
#include <bluetooth/bluetooth.h>
#endif