Changeset 1394 for trunk/dll/avv.c
- Timestamp:
- Feb 5, 2009, 5:17:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1391 r1394 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2004, 200 8Steven H.Levine9 Copyright (c) 2004, 2009 Steven H.Levine 10 10 11 11 31 Jul 04 SHL ArcReviewDlgProc: correct nameis... decodes … … 406 406 apptype &= (~FAPPTYP_32BIT); 407 407 if (!apptype || 408 409 410 411 408 (apptype == FAPPTYP_NOTWINDOWCOMPAT) || 409 (apptype == FAPPTYP_WINDOWCOMPAT) || 410 (apptype & FAPPTYP_BOUND) || 411 (apptype & FAPPTYP_WINDOWAPI) || (apptype & FAPPTYP_DOS)) { 412 412 *error = 0; 413 413 } … … 425 425 BOOL noStart = FALSE, noEnd = FALSE, badPos = FALSE; 426 426 INT badList = 0, badCreate = 0, badExtract = 0; 427 static P SZ aerrors[3];427 static PCSZ aerrors[3]; 428 428 429 429 aerrors[0] = GetPString(IDS_STARTLISTEMPTYTEXT);
Note:
See TracChangeset
for help on using the changeset viewer.