Changeset 1749 for trunk/dll/info.c


Ignore:
Timestamp:
Feb 28, 2014, 5:46:26 PM (12 years ago)
Author:
John Small
Message:

Ticket #522: Ensure use of wrapper functions where needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/info.c

    r1687 r1749  
    3838  20 Apr 13 GKY Double click on directory in Info listbox opens directory object instead of
    3939                causing an error message from DefaultView
     40  28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed
    4041
    4142***********************************************************************/
     
    764765        WinCheckButton(hwnd, FLE_SYSTEM, ((fs.attrFile & FILE_SYSTEM) != 0));
    765766        DosError(FERR_DISABLEHARDERR);
    766         if (!DosQueryAppType(pfs->szFileName, &apptype)) {
     767        if (!xDosQueryAppType(pfs->szFileName, &apptype)) {
    767768          WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2FS), TRUE);
    768769          WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2WIN), TRUE);
Note: See TracChangeset for help on using the changeset viewer.