mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
reverted changes to src/osd/windows/winprefix.h (nw)
This commit is contained in:
parent
0ad10db25d
commit
3ea1274cf2
@ -57,6 +57,8 @@
|
||||
#ifndef alloca
|
||||
#define alloca __builtin_alloca
|
||||
#endif
|
||||
#define min(x,y) fmin(x,y)
|
||||
#define max(x,y) fmax(x,y)
|
||||
#endif
|
||||
|
||||
#define PATH_SEPARATOR "\\"
|
||||
|
Loading…
Reference in New Issue
Block a user