Ignore:
Timestamp:
Sep 12, 2000, 9:02:00 PM (25 years ago)
Author:
sandervl
Message:

LX exe command line fix

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 bird Exp $ */
     1/* $Id: winexelx.cpp,v 1.8 2000-09-12 19:02:00 sandervl Exp $ */
    22
    33/*
     
    2525#include <winexelx.h>
    2626#include <winconst.h>
     27#include <win32api.h>
    2728#include <wprocess.h>
    2829#include <odinlx.h>
     
    116117
    117118  SetWin32TIB();
    118   rc = ((WINMAIN)entryPoint)(hinstance, 0, cmdLineA, SW_SHOWNORMAL_W);
     119  rc = ((WINMAIN)entryPoint)(hinstance, 0, (LPSTR)GetCommandLineA(), SW_SHOWNORMAL_W);
    119120  RestoreOS2TIB();
    120121
Note: See TracChangeset for help on using the changeset viewer.