Changeset 1439 for trunk/dll/info.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r1402 r1439 32 32 07 Feb 09 GKY Add *DateFormat functions to format dates based on locale 33 33 08 Mar 09 GKY Renamed commafmt.h i18nutil.h 34 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 35 12 Jul 09 GKY Remove code to update recursive scan setting which isn't user setable 34 36 35 37 ***********************************************************************/ … … 756 758 WinCheckButton(hwnd, FLE_SYSTEM, ((fs.attrFile & FILE_SYSTEM) != 0)); 757 759 DosError(FERR_DISABLEHARDERR); 758 if (! DosQueryAppType(pfs->szFileName, &apptype)) {760 if (!xDosQueryAppType(pfs->szFileName, &apptype)) { 759 761 WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2FS), TRUE); 760 762 WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2WIN), TRUE); … … 1032 1034 else 1033 1035 driveflags[drive] &= (~DRIVE_WRITEVERIFYOFF); 1034 if (WinQueryButtonCheckstate(hwnd,DVS_RSCANNED))1035 driveflags[drive] |= DRIVE_RSCANNED;1036 else1037 driveflags[drive] &= (~DRIVE_RSCANNED);1038 1036 { 1039 1037 ULONG flags;
Note:
See TracChangeset
for help on using the changeset viewer.