mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
removed unused macro from src/osd/windows/winprefix.h (nw)
This commit is contained in:
parent
6e06426096
commit
c7ab29151c
@ -57,8 +57,6 @@
|
||||
#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