2
3
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:
Darryl Pogue
2012-01-28 22:25:02 -08:00
parent a964066656
commit 959ca70047

View File

@ -164,6 +164,8 @@ inline hsBool hsCompare(float a, float b, float delta=0.0001);
# define hsSnwprintf swprintf
# define hsWFopen(name, mode) fopen(hsWStringToString(name), hsWStringToString(mode))
# define MAX_PATH 1024
#endif
// Useful floating point utilities