Removed a FIXME.

This commit is contained in:
Ryan C. Gordon 2002-08-28 07:56:14 +00:00
parent 099e61d760
commit edfd5082b9
1 changed files with 2 additions and 1 deletions

View File

@ -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");