Ignore:
Timestamp:
Jul 17, 2000, 8:37:33 PM (25 years ago)
Author:
sandervl
Message:

misc updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/rm.cpp

    r151 r152  
    167167#if 1
    168168   //Manual detection in ResourceManager class constructor;
    169    return _state == rmDriverCreated;
     169   return (_state == rmDriverCreated || _state == rmAdapterCreated);
    170170#else
    171171   BOOL bReturn = FALSE;
     
    375375   if (_state != rmAdapterCreated) {
    376376      rc = _rmCreateAdapter();
    377    }
    378 
    379    // Register the device with OS/2 RM.
    380    _rmCreateDevice((unsigned char __far *)DeviceName, pahResources );
     377
     378      // Register the device with OS/2 RM.
     379      _rmCreateDevice((unsigned char __far *)DeviceName, pahResources );
     380   }
    381381
    382382exit:
Note: See TracChangeset for help on using the changeset viewer.