Ignore:
Timestamp:
Nov 4, 2000, 8:55:45 PM (25 years ago)
Author:
umoeller
Message:

Updated string helpers.

File:
1 edited

Legend:

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

    r7 r12  
    1919 *      GNU General Public License for more details.
    2020 *
    21  *@@include #define INCL_SPL    // for printing functions
     21 *@@include #define INCL_SPL        // for printing functions
    2222 *@@include #include <os2.h>
    23  *@@include #include "linklist.h" // for device-independent functions
     23 *@@include #include "linklist.h"   // for device-independent functions
     24 *@@include #include "xstring.h"    // for device-independent functions
    2425 *@@include #include "textview.h"
    2526 */
     
    329330
    330331    #ifdef LINKLIST_HEADER_INCLUDED
     332    #ifdef XSTRING_HEADER_INCLUDED
    331333
    332334        /*
     
    340342        {
    341343            // input to txvFormatText
    342             PSZ         pszViewText;    // original view text
     344            XSTRING     strViewText;    // original view text
    343345                                        // from WinSetWindowText
    344346
     
    371373                           PRECTL prclView,
    372374                           BOOL fFullRecalc);
    373 
     375    #endif
    374376    #endif
    375377
Note: See TracChangeset for help on using the changeset viewer.