Ignore:
Timestamp:
Oct 2, 2000, 8:40:12 PM (25 years ago)
Author:
sandervl
Message:

fixes for FS macro changes

File:
1 edited

Legend:

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

    r4189 r4387  
    1 /* $Id: disk.cpp,v 1.16 2000-09-04 18:24:42 sandervl Exp $ */
     1/* $Id: disk.cpp,v 1.17 2000-10-02 18:39:33 sandervl Exp $ */
    22
    33/*
     
    324324    asciiroot = NULL;
    325325
    326   rc = ODIN_GetVolumeInformationA(asciiroot,
     326  rc = CALL_ODINFUNC(GetVolumeInformationA)(asciiroot,
    327327                             asciivol,
    328328                             nVolumeNameSize,
Note: See TracChangeset for help on using the changeset viewer.