Changeset 1480 for trunk/dll/info.c
- Timestamp:
- Nov 22, 2009, 11:58:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r1444 r1480 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 memory35 34 12 Jul 09 GKY Remove code to update recursive scan setting which isn't user setable 36 35 22 Jul 09 GKY Check if drives support EAs add driveflag for this … … 760 759 WinCheckButton(hwnd, FLE_SYSTEM, ((fs.attrFile & FILE_SYSTEM) != 0)); 761 760 DosError(FERR_DISABLEHARDERR); 762 if (! xDosQueryAppType(pfs->szFileName, &apptype)) {761 if (!DosQueryAppType(pfs->szFileName, &apptype)) { 763 762 WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2FS), TRUE); 764 763 WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2WIN), TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.