Ignore:
Timestamp:
Dec 11, 1999, 2:35:52 PM (26 years ago)
Author:
sandervl
Message:

JW's GetMainArgs fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/crtdll.cpp

    r1900 r2056  
    1 /* $Id: crtdll.cpp,v 1.14 1999-11-30 20:42:10 sandervl Exp $ */
     1/* $Id: crtdll.cpp,v 1.15 1999-12-11 13:33:30 sandervl Exp $ */
    22
    33/*
     
    308308
    309309        i=0;xargv=NULL;xargc=0;afterlastspace=0;
     310/*
    310311        while (cmdline[i]) {
    311312                if (cmdline[i]==' ') {
     
    331332        xargv[xargc-1] = HEAP_strdupA( GetProcessHeap(), 0,
    332333                                       cmdline+afterlastspace);
     334*/
    333335        CRTDLL_argc_dll = xargc;
    334336        *argc           = xargc;
Note: See TracChangeset for help on using the changeset viewer.