Ignore:
Timestamp:
Sep 13, 2000, 11:11:00 PM (25 years ago)
Author:
sandervl
Message:

heap corruption fix (initcommandline) + handlemanager class for disks

File:
1 edited

Legend:

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

    r4235 r4256  
    1 /* $Id: oslibdos.cpp,v 1.41 2000-09-12 04:27:44 bird Exp $ */
     1/* $Id: oslibdos.cpp,v 1.42 2000-09-13 21:11:00 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    798798#endif
    799799
     800   if(strlen(lpszFile) == 2 && lpszFile[1] == ':') {
     801        //app tries to open physical disk
     802        openMode |= OPEN_FLAGS_DASD;
     803   }
    800804   int retry = 0;
    801805   while(retry < 2)
Note: See TracChangeset for help on using the changeset viewer.