Ryan C. Gordon <icculus@icculus.org> [Sun, 06 Aug 2017 01:30:58 -0400] rev 1536
__PHYSFS_platformDeinit() should return void.
What are you going to do if this fails, anyhow?
Ryan C. Gordon <icculus@icculus.org> [Sat, 05 Aug 2017 01:26:07 -0400] rev 1535
windows: Removed (what I think is) a copy/paste error.
Ryan C. Gordon <icculus@icculus.org> [Sat, 05 Aug 2017 01:24:53 -0400] rev 1534
windows: Use a real synchronization primitive for CD detection thread init.
Before we were waiting on a volatile int in a tight loop with a Sleep(50).
Ryan C. Gordon <icculus@icculus.org> [Fri, 04 Aug 2017 22:35:49 -0400] rev 1533
More FIXME cleanups.
Ryan C. Gordon <icculus@icculus.org> [Fri, 04 Aug 2017 22:32:57 -0400] rev 1532
Make compile-time asserts more readable.
Ryan C. Gordon <icculus@icculus.org> [Fri, 04 Aug 2017 22:32:34 -0400] rev 1531
FIXME removal: This is an appropriate error code already.
Ryan C. Gordon <icculus@icculus.org> [Fri, 04 Aug 2017 22:31:56 -0400] rev 1530
Removed FIXME: this was already fixed at some point.
Ryan C. Gordon <icculus@icculus.org> [Wed, 02 Aug 2017 16:40:07 -0400] rev 1529
os/2: Patched to compile (?).
Ryan C. Gordon <icculus@icculus.org> [Wed, 02 Aug 2017 16:34:02 -0400] rev 1528
os/2: attempt to get cpuid support on OpenWatcom builds.
Ryan C. Gordon <icculus@icculus.org> [Wed, 02 Aug 2017 13:06:56 -0400] rev 1527
windows: Patched to compile.