win32: fix bugs which made compling without EXPERIMENTAL_WIFI fail
This commit is contained in:
parent
8d4a505f72
commit
dfcbea4161
|
@ -30,6 +30,7 @@
|
|||
#include "resource.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "main.h"
|
||||
#include "NDSSystem.h"
|
||||
#include "ramwatch.h"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//RamWatch dialog was copied and adapted from GENS11: http://code.google.com/p/gens-rerecording/
|
||||
//Authors: Upthorn, Nitsuja, adelikat
|
||||
|
||||
//#include "main.h"
|
||||
#include "main.h"
|
||||
#include "resource.h"
|
||||
#include "common.h"
|
||||
#include "NDSSystem.h"
|
||||
|
|
Loading…
Reference in New Issue