Changeset 1297 for trunk/dll/avv.c
- Timestamp:
- Nov 23, 2008, 9:47:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1220 r1297 27 27 24 Aug 08 GKY Fix truncation of cmdline length to 3 characters is now MaxComLineStrg 28 28 24 Aug 08 GKY Warn full drive on save of .BB2 file; prevent loss of existing file 29 23 Nov 08 JBS Support use of CMD files in archiver definitions 29 30 30 31 ***********************************************************************/ … … 402 403 else { 403 404 ret = (INT) DosQueryAppType(p, &apptype); 404 if (ret) 405 *error = -1; 406 else { 407 apptype &= (~FAPPTYP_32BIT); 408 if (!apptype || 409 (apptype == FAPPTYP_NOTWINDOWCOMPAT) || 410 (apptype == FAPPTYP_WINDOWCOMPAT) || 411 (apptype & FAPPTYP_BOUND) || 412 (apptype & FAPPTYP_WINDOWAPI) || (apptype & FAPPTYP_DOS)) { 413 *error = 0; 414 } 415 else 416 *error = 2; 417 } 405 apptype &= (~FAPPTYP_32BIT); 406 if (!apptype || 407 (apptype == FAPPTYP_NOTWINDOWCOMPAT) || 408 (apptype == FAPPTYP_WINDOWCOMPAT) || 409 (apptype & FAPPTYP_BOUND) || 410 (apptype & FAPPTYP_WINDOWAPI) || (apptype & FAPPTYP_DOS)) { 411 *error = 0; 412 } 413 else 414 *error = 2; 418 415 } 419 416 if (pp) … … 928 925 WinSendMsg(hwndHelp, 929 926 HM_DISPLAY_HELP, 930 MPFROM2SHORT(HELP_ EDITARC, 0), MPFROMSHORT(HM_RESOURCEID));927 MPFROM2SHORT(HELP_ARCFIELDS, 0), MPFROMSHORT(HM_RESOURCEID)); 931 928 break; 932 929
Note:
See TracChangeset
for help on using the changeset viewer.