Ignore:
Timestamp:
Jan 6, 2000, 9:07:10 PM (26 years ago)
Author:
sandervl
Message:

some updates/minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexelx.cpp

    r1221 r2345  
    1 /* $Id: winexelx.cpp,v 1.3 1999-10-09 13:33:24 sandervl Exp $ */
     1/* $Id: winexelx.cpp,v 1.4 2000-01-06 20:07:10 sandervl Exp $ */
    22
    33/*
     
    113113
    114114  SetWin32TIB();
    115   rc = ((WINMAIN)entryPoint)(hinstance, 0, cmdline, SW_SHOWNORMAL_W);
     115  rc = ((WINMAIN)entryPoint)(hinstance, 0, cmdLineA, SW_SHOWNORMAL_W);
    116116  RestoreOS2TIB();
    117117
Note: See TracChangeset for help on using the changeset viewer.