Define MAX_PATH for doomclassic when not compiled for Windows

This commit is contained in:
Felix Rueegg 2013-10-31 21:52:11 +01:00
parent 7e3e0fd95d
commit 7d2d3ee348

View file

@ -337,6 +337,9 @@ typedef enum
//#include "sounds.h"
#ifndef _WIN32
#define MAX_PATH 260
#endif
#endif // __DOOMDEF__