Ignore:
Timestamp:
Feb 28, 2003, 12:32:28 PM (22 years ago)
Author:
sandervl
Message:

Fixed CreateProcessA regression (Lotus Notes)

File:
1 edited

Legend:

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

    r9693 r9878  
    1 /* $Id: initkernel32.cpp,v 1.25 2003-01-20 10:46:26 sandervl Exp $
     1/* $Id: initkernel32.cpp,v 1.26 2003-02-28 11:32:27 sandervl Exp $
    22 *
    33 * KERNEL32 DLL entry point
     
    7676static HMODULE dllHandle = 0;
    7777       BOOL    fInit     = FALSE;
     78       BOOL    fWin32k   = FALSE;
    7879
    7980/****************************************************************************/
     
    122123                    dprintf(("KERNEL32: initterm: libWin32kSetEnvironment failed with rc=%d\n", rc));
    123124                }
     125                else fWin32k = TRUE;
    124126            }
    125127            strcpy(kernel32Path, OSLibGetDllName(hModule));
Note: See TracChangeset for help on using the changeset viewer.