- fix Windows port compiling (added include windows.h for MAX_PATH declaration)
This commit is contained in:
parent
60c3c1a91a
commit
b050640b95
|
@ -27,6 +27,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "emufile.h"
|
#include "emufile.h"
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
#define MAX_SAVE_TYPES 13
|
#define MAX_SAVE_TYPES 13
|
||||||
#define MC_TYPE_AUTODETECT 0x0
|
#define MC_TYPE_AUTODETECT 0x0
|
||||||
|
|
Loading…
Reference in New Issue