mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 01:12:20 +00:00
Define MAX_PATH for doomclassic when not compiled for Windows
This commit is contained in:
parent
7e3e0fd95d
commit
7d2d3ee348
1 changed files with 3 additions and 0 deletions
|
@ -337,6 +337,9 @@ typedef enum
|
|||
//#include "sounds.h"
|
||||
|
||||
|
||||
#ifndef _WIN32
|
||||
#define MAX_PATH 260
|
||||
#endif
|
||||
|
||||
|
||||
#endif // __DOOMDEF__
|
||||
|
|
Loading…
Reference in a new issue