reverted changes to src/osd/windows/winprefix.h (nw)

This commit is contained in:
Oliver Stöneberg 2013-09-24 16:12:42 +00:00
parent 0ad10db25d
commit 3ea1274cf2

View File

@ -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 "\\"