mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Define MAX_PATH for *nix since it's used all over.
This commit is contained in:
@ -164,6 +164,8 @@ inline hsBool hsCompare(float a, float b, float delta=0.0001);
|
|||||||
# define hsSnwprintf swprintf
|
# define hsSnwprintf swprintf
|
||||||
|
|
||||||
# define hsWFopen(name, mode) fopen(hsWStringToString(name), hsWStringToString(mode))
|
# define hsWFopen(name, mode) fopen(hsWStringToString(name), hsWStringToString(mode))
|
||||||
|
|
||||||
|
# define MAX_PATH 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Useful floating point utilities
|
// Useful floating point utilities
|
||||||
|
Reference in New Issue
Block a user