Ignore:
Timestamp:
Oct 27, 1999, 8:11:40 PM (26 years ago)
Author:
sandervl
Message:

WinExec rewrite + mmap bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.CPP

    r1440 r1481  
    1 /* $Id: KERNEL32.CPP,v 1.24 1999-10-25 18:20:52 achimha Exp $ */
     1/* $Id: KERNEL32.CPP,v 1.25 1999-10-27 18:11:38 sandervl Exp $ */
    22
    33/*
     
    437437    free(asciibuffer);
    438438    return(rc);
    439 }
    440 //******************************************************************************
    441 //******************************************************************************
    442 HINSTANCE WIN32API WinExec(LPCSTR arg1, UINT  arg2)
    443 {
    444     dprintf(("KERNEL32:  WinExec %s\n", arg1));
    445     return (HINSTANCE)O32_WinExec(arg1, arg2);
    446439}
    447440//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.