Changeset 5148 for trunk/include/win/richedit.h
- Timestamp:
- Feb 17, 2001, 4:38:17 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/richedit.h
r3510 r5148 1 /* $Id: richedit.h,v 1.1 2000-05-10 13:11:50 sandervl Exp $ */2 1 #ifndef __WINE_RICHEDIT_H 3 2 #define __WINE_RICHEDIT_H … … 59 58 #define EM_SETWORDBREAKPROCEX (WM_USER + 81) 60 59 60 // new edit styles 61 #define ES_SAVESEL 0x00008000 62 #define ES_SUNKEN 0x00004000 63 #define ES_DISABLENOSCROLL 0x00002000 64 #define ES_SELECTIONBAR 0x01000000 65 #define ES_NOOLEDRAGDROP 0x00000008 66 67 61 68 typedef DWORD (* CALLBACK EDITSTREAMCALLBACK)( DWORD, LPBYTE, LONG, LONG ); 62 69
Note:
See TracChangeset
for help on using the changeset viewer.