Changeset 4244 for trunk/src/kernel32/winexelx.cpp
- Timestamp:
- Sep 12, 2000, 9:02:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexelx.cpp
r4236 r4244 1 /* $Id: winexelx.cpp,v 1. 7 2000-09-12 04:29:58 birdExp $ */1 /* $Id: winexelx.cpp,v 1.8 2000-09-12 19:02:00 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <winexelx.h> 26 26 #include <winconst.h> 27 #include <win32api.h> 27 28 #include <wprocess.h> 28 29 #include <odinlx.h> … … 116 117 117 118 SetWin32TIB(); 118 rc = ((WINMAIN)entryPoint)(hinstance, 0, cmdLineA, SW_SHOWNORMAL_W);119 rc = ((WINMAIN)entryPoint)(hinstance, 0, (LPSTR)GetCommandLineA(), SW_SHOWNORMAL_W); 119 120 RestoreOS2TIB(); 120 121
Note:
See TracChangeset
for help on using the changeset viewer.