Ignore:
Timestamp:
Aug 31, 2007, 6:09:23 AM (18 years ago)
Author:
bird
Message:

kHlp work...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/kLdrExeStub-win.c

    r3570 r3573  
    3131#include <k/kLdr.h>
    3232#include <Windows.h>
     33#include "kLdrInternal.h"
    3334
    3435
     
    5253int WindowsMain(void)
    5354{
    54     return kLdrDyldLoadExe(&g_Args, NULL);
     55    kLdrDyldLoadExe(&g_Args, NULL);
     56    /* won't happen */
     57    return 0;
    5558}
    5659
Note: See TracChangeset for help on using the changeset viewer.