Changeset 1744 for trunk/dll


Ignore:
Timestamp:
Feb 24, 2014, 1:42:17 PM (12 years ago)
Author:
John Small
Message:

Ticket #517: Replaced a call to DosQueryAppType to a call to the wrapped xDosQueryApptType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avv.c

    r1717 r1744  
    3232  13 Aug 11 GKY Change to Doxygen comment format
    3333  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
    3435
    3536***********************************************************************/
     
    408409    *error = 1;
    409410  else {
    410     ret = (INT) DosQueryAppType(p, &apptype);
     411    ret = (INT) xDosQueryAppType(p, &apptype);
    411412    apptype &= (~FAPPTYP_32BIT);
    412413    if (!apptype ||
Note: See TracChangeset for help on using the changeset viewer.