X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..715ce94da9634504ecaaa3aaf54091743b1b058c:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 7b27e67827..f2424edc72 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -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)