mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix windows sdl build. (nw)
This commit is contained in:
parent
43ba1b932d
commit
dae49b998a
@ -58,7 +58,7 @@
|
||||
// minimum window dimension
|
||||
#define MIN_WINDOW_DIM 200
|
||||
|
||||
#ifndef SDLMAME_WIN32
|
||||
//#ifndef SDLMAME_WIN32
|
||||
#define WMSZ_TOP (0)
|
||||
#define WMSZ_BOTTOM (1)
|
||||
#define WMSZ_BOTTOMLEFT (2)
|
||||
@ -67,7 +67,7 @@
|
||||
#define WMSZ_TOPLEFT (5)
|
||||
#define WMSZ_TOPRIGHT (6)
|
||||
#define WMSZ_RIGHT (7)
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
//============================================================
|
||||
// GLOBAL VARIABLES
|
||||
|
Loading…
Reference in New Issue
Block a user