Changeset 1744
- Timestamp:
- Feb 24, 2014, 1:42:17 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/avv.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1717 r1744 32 32 13 Aug 11 GKY Change to Doxygen comment format 33 33 15 Feb 14 GKY Assure the title is blank on the execute dialog call with the "see" button 34 24 Feb 14 JBS Ticket #517: Replaced a call to DosQueryAppType to a call to the wrapped xDosQueryApptType 34 35 35 36 ***********************************************************************/ … … 408 409 *error = 1; 409 410 else { 410 ret = (INT) DosQueryAppType(p, &apptype);411 ret = (INT) xDosQueryAppType(p, &apptype); 411 412 apptype &= (~FAPPTYP_32BIT); 412 413 if (!apptype ||
Note:
See TracChangeset
for help on using the changeset viewer.
