Ignore:
Timestamp:
Jun 18, 2009, 11:53:26 AM (16 years ago)
Author:
ydario
Message:

Kernel32 updates.

File:
1 edited

Legend:

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

    r10397 r21302  
    3434BOOL WIN32API RegisterDummyExe(LPSTR pszExeName)
    3535{
    36     if(WinExe != NULL) //should never happen
    37         delete(WinExe);
     36    if(WinExe != NULL)
     37        return TRUE;
    3838
    3939    Win32DummyExe *winexe;
Note: See TracChangeset for help on using the changeset viewer.