소스 검색

Removed a FIXME.

Ryan C. Gordon 24 년 전
부모
커밋
edfd5082b9
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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");