Ignore:
Timestamp:
Jan 31, 2000, 10:40:07 AM (26 years ago)
Author:
bird
Message:

Temporary fix for the termination crash.

File:
1 edited

Legend:

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

    r1844 r2580  
    1 /* $Id: windllpe2lx.cpp,v 1.4 1999-11-26 00:05:19 sandervl Exp $ */
     1/* $Id: windllpe2lx.cpp,v 1.5 2000-01-31 09:40:07 bird Exp $ */
    22
    33/*
     
    6767    char *pszName;
    6868
    69     //DebugInt3();
     69    #if 1 /* temporary fix */
     70    if (ulAttachType != 0UL)
     71        return 0;
     72    #endif
    7073
    7174    Win32Pe2LxDll *pWinMod = (Win32Pe2LxDll *)Win32DllBase::findModule(hinstance);
Note: See TracChangeset for help on using the changeset viewer.