Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed a FIXME.
  • Loading branch information
icculus committed Aug 28, 2002
1 parent 099e61d commit edfd508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/win32.c
Expand Up @@ -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");
Expand Down

0 comments on commit edfd508

Please sign in to comment.