Ignore:
Timestamp:
Sep 19, 2003, 9:05:12 PM (22 years ago)
Author:
umoeller
Message:

Buncha fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/winh.h

    r218 r256  
    7171    #define BM_INDETERMINATE       2   // for tri-state checkboxes: indeterminate
    7272
     73    // these undocumented msgs are posted whenever the mouse
     74    // enters or leaves a window V1.0.1 (2002-11-30) [umoeller]
     75    #ifndef WM_MOUSEENTER
     76        #define WM_MOUSEENTER   0x041E
     77        #define WM_MOUSELEAVE   0x041F
     78    #endif
     79
    7380    /* ******************************************************************
    7481     *
Note: See TracChangeset for help on using the changeset viewer.