X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7391216edcb95b4e125c310120cf4b877c89073b..64a1d923e6d451e6387fb5ab343bdf8cf366e5b9:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 305910fa64..fdcff64cc2 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -39,6 +39,10 @@ #define HDM_FIRST 0x1200 #endif +#ifndef LVCFMT_JUSTIFYMASK + #define LVCFMT_JUSTIFYMASK 0x0003 +#endif + // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff #ifndef NM_CACHEHINT typedef struct tagNMLVCACHEHINT @@ -180,5 +184,15 @@ struct HH_AKLINK BOOL fIndexOnFail; }; + +// ---------------------------------------------------------------------------- +// Misc stuff +// ---------------------------------------------------------------------------- + +#ifndef QS_ALLPOSTMESSAGE + #define QS_ALLPOSTMESSAGE 0x0100 +#endif + + #endif // _WX_MISSING_H_