r936 - in branches/stable-1.0: . platform

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 12 17:21:41 EDT 2008


Author: icculus
Date: 2008-03-12 17:21:40 -0400 (Wed, 12 Mar 2008)
New Revision: 936

Modified:
   branches/stable-1.0/CHANGELOG
   branches/stable-1.0/platform/win32.c
Log:
Removed a FIXME.


Modified: branches/stable-1.0/CHANGELOG
===================================================================
--- branches/stable-1.0/CHANGELOG	2008-03-12 20:44:01 UTC (rev 935)
+++ branches/stable-1.0/CHANGELOG	2008-03-12 21:21:40 UTC (rev 936)
@@ -4,6 +4,7 @@
 
 -- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---
 
+03122008 - Removed a FIXME.
 03112008 - Fixed wrong array index in Windows platform layer (thanks, James!).
 03082008 - Fixed compiler warnings in Windows platform layer (thanks, Dennis!).
 02202008 - Various archiver swap and compare functions now check if they are

Modified: branches/stable-1.0/platform/win32.c
===================================================================
--- branches/stable-1.0/platform/win32.c	2008-03-12 20:44:01 UTC (rev 935)
+++ branches/stable-1.0/platform/win32.c	2008-03-12 21:21:40 UTC (rev 936)
@@ -204,7 +204,7 @@
     lib = LoadLibrary("userenv.dll");
     if (lib)
     {
-        /* !!! FIXME: Handle Unicode? */
+        /* If you want Unicode, upgrade to PhysicsFS 1.1.1 or later! */
         GetUserProfileDirectory = (LPFNGETUSERPROFILEDIR)
                               GetProcAddress(lib, "GetUserProfileDirectoryA");
         if (GetUserProfileDirectory)




More information about the physfs-commits mailing list