Changeset 21 for trunk/include/helpers/comctl.h
- Timestamp:
- Jan 8, 2001, 6:54:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/comctl.h
r20 r21 440 440 // TOOLINFO.uFlags flags (ORed) 441 441 // #define TTF_IDISHWND 0x0001 442 // V0.9.7 (2001-01-03) [umoeller]: removed this win95 bullshit442 // V0.9.7 (2001-01-03) [umoeller]: removed this win95 crap 443 443 #define TTF_CENTERBELOW 0x0002 444 444 #define TTF_CENTERABOVE 0x0004 445 445 // #define TTF_RTLREADING 0x0004 446 // V0.9.7 (2001-01-03) [umoeller]: removed this win95 bullshit446 // V0.9.7 (2001-01-03) [umoeller]: removed this win95 crap 447 447 #define TTF_SUBCLASS 0x0008 448 448 // non-Win95 flags … … 460 460 * and many other TTM_* messages. 461 461 * 462 *@@changed V0.9.7 (2001-01-03) [umoeller]: removed all that win95 bullshit462 *@@changed V0.9.7 (2001-01-03) [umoeller]: removed all that win95 crap 463 463 */ 464 464 … … 526 526 * This structure is used with the TTN_NEEDTEXT notification. 527 527 * 528 *@@changed V0.9.7 (2001-01-03) [umoeller]: got rid of this win95 bullshit528 *@@changed V0.9.7 (2001-01-03) [umoeller]: got rid of this win95 crap 529 529 */ 530 530
Note:
See TracChangeset
for help on using the changeset viewer.