From cd074fce2c717bae26e91db2a5dd9d4e8855aeb0 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 29 Aug 2001 14:35:06 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9b40371e..9207aeef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,10 @@ __PHYSFS_platformCalcBaseDir() so that it actually works. Fixed Makefile so that it links the test program properly. Changed version to 0.1.3. +08292001 - win32.c calculates the base dir with GetModuleFileName() first, now, + and falls back to SearchPath() if there were problems. Changed an + occurence of _MAX_PATH to MAX_PATH, so both CygWin and Visual C can + handle it. --ryan. (icculus@clutteredmind.org)