Ignore:
Timestamp:
Mar 16, 2002, 8:53:47 AM (23 years ago)
Author:
umoeller
Message:

Misc updates for Unicode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/configsys.h

    r117 r147  
    6666                    // -- CFGRPL_REMOVEPART mode (5)
    6767
    68         PSZ         pszUniqueSearchString2;
     68        PCSZ        pszUniqueSearchString2;
    6969                    // for UNIQUE(statement2):
    7070                    // the "statement2" to search for
     
    7676                    // 2: add before pszSearchString
    7777                    // 3: add after pszSearchString
    78         PSZ         pszVerticalSearchString;
     78        PCSZ        pszVerticalSearchString;
    7979                    // for iVertical == 2 or 3
    8080
    81         PSZ         pszNewLine;
     81        PCSZ        pszNewLine;
    8282                    // this is a copy of stuff before the "|" char
    8383                    // in pszConfigSys given to the constructor
Note: See TracChangeset for help on using the changeset viewer.