This commit is contained in:
Ryan C. Gordon 2002-03-15 14:52:57 +00:00
parent 20024184f2
commit 81bac7781f
1 changed files with 5 additions and 3 deletions

View File

@ -62,9 +62,11 @@
Fixed. The win32 userdir will default to the base dir, now.
11142001 - Removed a redundant error check in platform/win32.c
03052002 - Made unix.c's timeslice implementation more portable, and added a
Darwin-specific means to detect CDs (thanks to Patrick Stein).
Minor cleanup in win32.c (changed "for (; condition ;)" into
"while (condition)" ...)
Darwin-specific means to detect CDs (thanks to Patrick Stein).
Minor cleanup in win32.c (changed "for (; condition ;)" into
"while (condition)" ...)
03152002 - PHYSFS_setSaneConfig() now handles failure to set the write dir
better.
--ryan. (icculus@clutteredmind.org)