Changeset 1394 for trunk/dll/avv.c


Ignore:
Timestamp:
Feb 5, 2009, 5:17:25 AM (17 years ago)
Author:
Steven Levine
Message:

Ticket 340: Convert GetPString to use STRINGTABLE.

Drop fm3dll.str and mkstr.exe from makefiles and wpi builders

Convert many functions to expect PCSZ arguments.
Correct walk, compare and dirsizes dialog setups to ignore saved dialog size
Drop copyright.c logic from makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avv.c

    r1391 r1394  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2004, 2008 Steven H.Levine
     9  Copyright (c) 2004, 2009 Steven H.Levine
    1010
    1111  31 Jul 04 SHL ArcReviewDlgProc: correct nameis... decodes
     
    406406    apptype &= (~FAPPTYP_32BIT);
    407407    if (!apptype ||
    408         (apptype == FAPPTYP_NOTWINDOWCOMPAT) ||
    409         (apptype == FAPPTYP_WINDOWCOMPAT) ||
    410         (apptype & FAPPTYP_BOUND) ||
    411         (apptype & FAPPTYP_WINDOWAPI) || (apptype & FAPPTYP_DOS)) {
     408        (apptype == FAPPTYP_NOTWINDOWCOMPAT) ||
     409        (apptype == FAPPTYP_WINDOWCOMPAT) ||
     410        (apptype & FAPPTYP_BOUND) ||
     411        (apptype & FAPPTYP_WINDOWAPI) || (apptype & FAPPTYP_DOS)) {
    412412       *error = 0;
    413413     }
     
    425425  BOOL noStart = FALSE, noEnd = FALSE, badPos = FALSE;
    426426  INT badList = 0, badCreate = 0, badExtract = 0;
    427   static PSZ aerrors[3];
     427  static PCSZ aerrors[3];
    428428
    429429  aerrors[0] = GetPString(IDS_STARTLISTEMPTYTEXT);
Note: See TracChangeset for help on using the changeset viewer.