wiiusesrc: change back to .c files, in order to more easily diff with "official" wiiuse

wiiusesrc: enable building with windows/msvc. In order to build you need to install WDK, then build. wiiuse.vcproj uses WDK exclusively, and ignores other include/lib paths. Change the paths in wiiuse.vcproj if your version of WDK differs.
wiiuse: update compiled windows libs

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4295 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2009-09-18 00:51:13 +00:00
parent 47a1d2da9c
commit 9ae7fe20af
20 changed files with 55 additions and 56 deletions

View File

@ -44,12 +44,10 @@
#ifndef WIIUSE_INTERNAL_H_INCLUDED
#define WIIUSE_INTERNAL_H_INCLUDED
#ifndef WIN32
#if !defined(__APPLE__)
#ifdef __linux__
#include <arpa/inet.h> /* htons() */
#include <bluetooth/bluetooth.h>
#endif
#endif
#include "definitions.h"