Fix previous fixes to Windows build.
This commit is contained in:
parent
54922cf5ba
commit
cd7afa49fa
|
@ -19,12 +19,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "../../fceu.h"
|
||||||
#include "../../utils/md5.h"
|
#include "../../utils/md5.h"
|
||||||
|
|
||||||
static int recv_tcpwrap(uint8 *buf, int len);
|
static int recv_tcpwrap(uint8 *buf, int len);
|
||||||
static void NetStatAdd(char *text);
|
static void NetStatAdd(char *text);
|
||||||
|
|
||||||
extern FCEUGI *GameInfo;
|
|
||||||
static HWND netwin=0;
|
static HWND netwin=0;
|
||||||
|
|
||||||
static char *netstatt[64];
|
static char *netstatt[64];
|
||||||
|
|
|
@ -19,10 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "..\..\palette.h"
|
#include "../../palette.h"
|
||||||
|
#include "../../fceu.h"
|
||||||
|
|
||||||
extern FCEUGI *GameInfo;
|
|
||||||
|
|
||||||
HWND hPPUView;
|
HWND hPPUView;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue