mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +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
|
#ifndef alloca
|
||||||
#define alloca __builtin_alloca
|
#define alloca __builtin_alloca
|
||||||
#endif
|
#endif
|
||||||
|
#define min(x,y) fmin(x,y)
|
||||||
|
#define max(x,y) fmax(x,y)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PATH_SEPARATOR "\\"
|
#define PATH_SEPARATOR "\\"
|
||||||
|
Loading…
Reference in New Issue
Block a user