This commit is contained in:
Ryan C. Gordon 2002-03-05 19:28:49 +00:00
parent 4bb0fbe4e2
commit 20024184f2
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@
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)" ...)
--ryan. (icculus@clutteredmind.org)