Ignore:
Timestamp:
Feb 18, 2002, 11:15:53 PM (24 years ago)
Author:
phaller
Message:

Reverted wrong fix for GetModuleHandle(null) in LX

File:
1 edited

Legend:

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

    r7948 r7952  
    1 /* $Id: wprocess.cpp,v 1.146 2002-02-18 21:38:05 phaller Exp $ */
     1/* $Id: wprocess.cpp,v 1.147 2002-02-18 22:15:53 phaller Exp $ */
    22
    33/*
     
    15681568        else   
    15691569        {
    1570           // Just fail this API
    1571           hMod = 0;
    1572           SetLastError(ERROR_INVALID_HANDLE);
     1570          // // Just fail this API
     1571          // hMod = 0;
     1572          // SetLastError(ERROR_INVALID_HANDLE);
     1573          // Wrong: in an ODIN32-LX environment, just
     1574          // assume a fake handle
     1575          hMod = 0xffffffff;
    15731576        }
    15741577    }
Note: See TracChangeset for help on using the changeset viewer.