Changeset 2875 for trunk/kLdr/testcase/tstExeMainStub.c
- Timestamp:
- Nov 12, 2006, 9:59:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/testcase/tstExeMainStub.c
r2873 r2875 36 36 37 37 #elif defined(__WIN__) 38 # include <windows.h> 38 /* nothing */ 39 39 40 40 #elif defined(__NT__) … … 64 64 * Window 'main' 65 65 */ 66 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pszCmdLine, int nCmdShow)66 int WindowsMain(void) 67 67 { 68 68 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.