Changeset 1749 for trunk/dll/systemf.c
- Timestamp:
- Feb 28, 2014, 5:46:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r1742 r1749 44 44 23 Feb 14 GKY Undated one of the error messages in runemf2 to provide the calling line 45 45 and file. 46 28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed 46 47 47 48 ***********************************************************************/ … … 81 82 static PSZ pszSrcFile = __FILE__; 82 83 83 84 84 85 //static HAPP Exec(HWND hwndNotify, BOOL child, char *startdir, char *env, 85 86 // PROGTYPE * progt, ULONG fl, char *formatstring, ...); … … 886 887 switch_to(pszDirectory); 887 888 } 888 rc = DosQueryAppType(pszPgm,&ulAppType);889 rc = xDosQueryAppType(pszPgm, &ulAppType); 889 890 if (!strchr(pszPgm, '\\') && 890 891 !strchr(pszPgm, ':') && … … 1036 1037 switch_to(pszDirectory); 1037 1038 } 1038 rc = DosQueryAppType(pszPgm,&ulAppType);1039 rc = xDosQueryAppType(pszPgm, &ulAppType); 1039 1040 if (!strchr(pszPgm, '\\') && 1040 1041 !strchr(pszPgm, ':') &&
Note:
See TracChangeset
for help on using the changeset viewer.