Changeset 12 for trunk/include/helpers/textview.h
- Timestamp:
- Nov 4, 2000, 8:55:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/textview.h
r7 r12 19 19 * GNU General Public License for more details. 20 20 * 21 *@@include #define INCL_SPL // for printing functions21 *@@include #define INCL_SPL // for printing functions 22 22 *@@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 24 25 *@@include #include "textview.h" 25 26 */ … … 329 330 330 331 #ifdef LINKLIST_HEADER_INCLUDED 332 #ifdef XSTRING_HEADER_INCLUDED 331 333 332 334 /* … … 340 342 { 341 343 // input to txvFormatText 342 PSZ pszViewText; // original view text344 XSTRING strViewText; // original view text 343 345 // from WinSetWindowText 344 346 … … 371 373 PRECTL prclView, 372 374 BOOL fFullRecalc); 373 375 #endif 374 376 #endif 375 377
Note:
See TracChangeset
for help on using the changeset viewer.