Changeset 1749 for trunk/dll/systemf.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/systemf.c

    r1742 r1749  
    4444  23 Feb 14 GKY Undated one of the error messages in runemf2 to provide the calling line
    4545                and file.
     46  28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed
    4647
    4748***********************************************************************/
     
    8182static PSZ pszSrcFile = __FILE__;
    8283
    83      
     84
    8485//static HAPP Exec(HWND hwndNotify, BOOL child, char *startdir, char *env,
    8586//          PROGTYPE * progt, ULONG fl, char *formatstring, ...);
     
    886887          switch_to(pszDirectory);
    887888        }
    888         rc = DosQueryAppType(pszPgm,&ulAppType);
     889        rc = xDosQueryAppType(pszPgm, &ulAppType);
    889890        if (!strchr(pszPgm, '\\') &&
    890891            !strchr(pszPgm, ':') &&
     
    10361037        switch_to(pszDirectory);
    10371038      }
    1038       rc = DosQueryAppType(pszPgm,&ulAppType);
     1039      rc = xDosQueryAppType(pszPgm, &ulAppType);
    10391040      if (!strchr(pszPgm, '\\') &&
    10401041          !strchr(pszPgm, ':') &&
Note: See TracChangeset for help on using the changeset viewer.