Changeset 3573 for trunk/kStuff/kLdr/kLdrExeStub-win.c
- Timestamp:
- Aug 31, 2007, 6:09:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kLdr/kLdrExeStub-win.c
r3570 r3573 31 31 #include <k/kLdr.h> 32 32 #include <Windows.h> 33 #include "kLdrInternal.h" 33 34 34 35 … … 52 53 int WindowsMain(void) 53 54 { 54 return kLdrDyldLoadExe(&g_Args, NULL); 55 kLdrDyldLoadExe(&g_Args, NULL); 56 /* won't happen */ 57 return 0; 55 58 } 56 59
Note:
See TracChangeset
for help on using the changeset viewer.