Ignore:
Timestamp:
Sep 27, 2002, 4:35:56 PM (23 years ago)
Author:
sandervl
Message:

FindFirst/NextVolumeA fixes for ignoring LVM volumes

File:
1 edited

Legend:

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

    r9302 r9304  
    1 /* $Id: hmdisk.cpp,v 1.55 2002-09-27 13:58:24 sandervl Exp $ */
     1/* $Id: hmdisk.cpp,v 1.56 2002-09-27 14:35:56 sandervl Exp $ */
    22
    33/*
     
    20692069#if 1
    20702070    //Verified in NT4
    2071     dprintf(("GetFileSize doesn't work for drive objects"));
     2071    dprintf(("WARNING: GetFileSize doesn't work for drive objects; returning error (same as Windows)"));
    20722072    SetLastError(ERROR_INVALID_PARAMETER);
    20732073    return -1; //INVALID_SET_FILE_POINTER
Note: See TracChangeset for help on using the changeset viewer.