Changeset 844 for trunk/undel.c


Ignore:
Timestamp:
Sep 24, 2007, 1:06:44 AM (18 years ago)
Author:
Gregg Young
Message:

Reversion of some large file funtions where file sizes is not used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/undel.c

    r841 r844  
    11#define INCL_DOS
    22#define INCL_WIN
    3 #define INCL_LONGLONG
    43
    54#include <os2.h>
     
    1716  HAB hab;
    1817  HMQ hmq;
    19   FILESTATUS3L fs;
     18  FILESTATUS3 fs;
    2019  static CHAR fullname[CCHMAXPATH];
    2120  CHAR *thisarg = NULL;
     
    3433  }
    3534  DosError(FERR_DISABLEHARDERR);
    36   if (thisarg && !DosQueryPathInfo(thisarg, FIL_STANDARDL, &fs, sizeof(fs))) {
     35  if (thisarg && !DosQueryPathInfo(thisarg, FIL_STANDARD, &fs, sizeof(fs))) {
    3736    if (DosQueryPathInfo(thisarg,
    3837                         FIL_QUERYFULLNAME, fullname, sizeof(fullname)))
     
    4948                    FM3ModHandle, UNDEL_FRAME, (PVOID) fullname);
    5049        }
    51         DosSleep(250L);
     50        DosSleep(250);
    5251        WinDestroyMsgQueue(hmq);
    5352      }
Note: See TracChangeset for help on using the changeset viewer.