Fix previous fixes to Windows build.

This commit is contained in:
radsaq 2006-08-20 20:25:57 +00:00
parent 54922cf5ba
commit cd7afa49fa
2 changed files with 3 additions and 5 deletions

View File

@ -19,12 +19,12 @@
*/
#include "common.h"
#include "../../fceu.h"
#include "../../utils/md5.h"
static int recv_tcpwrap(uint8 *buf, int len);
static void NetStatAdd(char *text);
extern FCEUGI *GameInfo;
static HWND netwin=0;
static char *netstatt[64];

View File

@ -19,10 +19,8 @@
*/
#include "common.h"
#include "..\..\palette.h"
extern FCEUGI *GameInfo;
#include "../../palette.h"
#include "../../fceu.h"
HWND hPPUView;