Ignore:
Timestamp:
Nov 12, 2006, 9:59:45 AM (19 years ago)
Author:
bird
Message:

Got the stub loader working (but without stack allocation/switching).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/testcase/tstExeMainStub.c

    r2873 r2875  
    3636
    3737#elif defined(__WIN__)
    38 # include <windows.h>
     38/* nothing */
    3939
    4040#elif defined(__NT__)
     
    6464 * Window 'main'
    6565 */
    66 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pszCmdLine, int nCmdShow)
     66int WindowsMain(void)
    6767{
    6868    int rc;
Note: See TracChangeset for help on using the changeset viewer.