Ignore:
Timestamp:
Apr 15, 2000, 12:35:29 AM (25 years ago)
Author:
sandervl
Message:

GetFileAttributes, pe loader & command line fixes

File:
1 edited

Legend:

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

    r3128 r3375  
    1 /* $Id: initterm.cpp,v 1.39 2000-03-16 19:20:39 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.40 2000-04-14 22:35:27 sandervl Exp $ */
    22
    33/*
     
    133133            //     the reference count here
    134134            Win32DllBase *module = Win32DllBase::findModule(hModule);
    135             if(module && !fPe2Lx) {
     135            if(module) {
    136136                module->AddRef();
    137137                module->DisableUnload();
Note: See TracChangeset for help on using the changeset viewer.