Changeset 147 for trunk/include/helpers/configsys.h
- Timestamp:
- Mar 16, 2002, 8:53:47 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/configsys.h
r117 r147 66 66 // -- CFGRPL_REMOVEPART mode (5) 67 67 68 P SZpszUniqueSearchString2;68 PCSZ pszUniqueSearchString2; 69 69 // for UNIQUE(statement2): 70 70 // the "statement2" to search for … … 76 76 // 2: add before pszSearchString 77 77 // 3: add after pszSearchString 78 P SZpszVerticalSearchString;78 PCSZ pszVerticalSearchString; 79 79 // for iVertical == 2 or 3 80 80 81 P SZpszNewLine;81 PCSZ pszNewLine; 82 82 // this is a copy of stuff before the "|" char 83 83 // in pszConfigSys given to the constructor
Note:
See TracChangeset
for help on using the changeset viewer.