Changeset 4290 for trunk/src


Ignore:
Timestamp:
Sep 21, 2000, 2:05:16 PM (25 years ago)
Author:
bird
Message:

Removed environemnt...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/fhfix.c

    r4219 r4290  
    22#include <os2.h>
    33#include <string.h>
     4
    45int main(int argc, char **argv)
    56{
     
    3637    *psz = '\0';
    3738
    38     if (DosExecPgm(NULL, 0, EXEC_SYNC, szArgBuffer, NULL, &resc, szArgBuffer) != NO_ERROR)
     39    if (DosExecPgm(NULL, 0, EXEC_SYNC, szArgBuffer, "\0\0", &resc, szArgBuffer) != NO_ERROR)
    3940    {
    4041        /*complain*/
Note: See TracChangeset for help on using the changeset viewer.