Ignore:
Timestamp:
Oct 5, 2000, 3:48:09 PM (25 years ago)
Author:
sandervl
Message:

don't print fs messages for os/2 odin apps

File:
1 edited

Legend:

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

    r4407 r4431  
    1 /* $Id: HandleManager.cpp,v 1.51 2000-10-03 17:28:26 sandervl Exp $ */
     1/* $Id: HandleManager.cpp,v 1.52 2000-10-05 13:48:08 sandervl Exp $ */
    22
    33/*
     
    925925
    926926    if(pDeviceHandler == HMGlobals.pHMOpen32) {
    927   pDeviceHandler = HMGlobals.pHMFile;
     927        pDeviceHandler = HMGlobals.pHMFile;
    928928    }
    929929  }
Note: See TracChangeset for help on using the changeset viewer.