Ignore:
Timestamp:
Dec 30, 2001, 12:04:19 PM (24 years ago)
Author:
sandervl
Message:

GetVolumeInformation: report FAT32 as FAT32, use original volume name to determine maximum file name length

File:
1 edited

Legend:

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

    r7567 r7704  
    1 /* $Id: oslibdos.cpp,v 1.90 2001-12-07 14:13:37 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.91 2001-12-30 11:04:19 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    24132413   else return ERROR_BUFFER_OVERFLOW_W;
    24142414   */
    2415    return 0;
     2415   return ERROR_SUCCESS_W;
    24162416}
    24172417//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.