Digital Mars needs CCS_RIGHT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f7c69b905d
commit
664f15dc8e
@ -235,6 +235,10 @@ typedef struct wxtagNMLVCUSTOMDRAW_ {
|
||||
#define CCS_VERT 0x00000080L
|
||||
#endif
|
||||
|
||||
#if !defined(CCS_RIGHT)
|
||||
#define CCS_RIGHT (CCS_VERT|CCS_BOTTOM)
|
||||
#endif
|
||||
|
||||
#if !defined(TB_SETDISABLEDIMAGELIST)
|
||||
#define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
|
||||
#endif // !defined(TB_SETDISABLEDIMAGELIST)
|
||||
|
Loading…
Reference in New Issue
Block a user