Explorar o código

Removed a FIXME.

Ryan C. Gordon %!s(int64=23) %!d(string=hai) anos
pai
achega
edfd5082b9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      platform/win32.c

+ 2 - 1
platform/win32.c

@@ -649,7 +649,8 @@ static int getOSInfo(void)
  */
 static int loadLibraries(void)
 {
-    /* !!! FIXME: Make this table driven? */
+    /* If this get unwieldy, make it table driven. */
+
     int allNeededLibrariesLoaded = 1;  /* flip to zero as needed. */
 
     libKernel32 = LoadLibrary("kernel32.dll");