Changeset 3998 for trunk/src


Ignore:
Timestamp:
Aug 11, 2000, 11:45:23 PM (25 years ago)
Author:
sandervl
Message:

fixed weird class cast bug

File:
1 edited

Legend:

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

    r3993 r3998  
    1 /* $Id: windlllx.cpp,v 1.12 2000-08-11 10:56:18 sandervl Exp $ */
     1/* $Id: windlllx.cpp,v 1.13 2000-08-11 21:45:23 sandervl Exp $ */
    22
    33/*
     
    267267   Win32LxDll *mod = (Win32LxDll*)Win32DllBase::head;
    268268   while(mod != NULL) {
    269         dbgCheckObj(mod);
    270269        if(mod->isLxDll() && mod->hinstanceOS2 == hinstance) {
    271270                dlllistmutex.leave();
Note: See TracChangeset for help on using the changeset viewer.