X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7391216edcb95b4e125c310120cf4b877c89073b..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 305910fa64..66acdfc7e2 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -180,5 +180,15 @@ struct HH_AKLINK BOOL fIndexOnFail; }; + +// ---------------------------------------------------------------------------- +// Misc stuff +// ---------------------------------------------------------------------------- + +#ifndef QS_ALLPOSTMESSAGE + #define QS_ALLPOSTMESSAGE 0x0100 +#endif + + #endif // _WX_MISSING_H_