removed unused macro from src/osd/windows/winprefix.h (nw)

This commit is contained in:
Oliver Stöneberg 2013-09-24 14:56:46 +00:00
parent 6e06426096
commit c7ab29151c

View File

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