X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49bbd59b018dc7d7c322b903009470212cc83dbf..75f7af39d12e17eecf807ca65bffd19adce581ca:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 3161485f49..0868ea5735 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -43,6 +43,10 @@ #define LVCFMT_JUSTIFYMASK 0x0003 #endif +#ifndef LVSICF_NOSCROLL + #define LVSICF_NOSCROLL 0x0002 +#endif + // mingw32/cygwin don't have declarations for comctl32.dll 4.70+ stuff #ifndef NM_CACHEHINT typedef struct tagNMLVCACHEHINT @@ -159,7 +163,7 @@ typedef struct tagNMLVDISPINFOW { #endif #endif -#if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__GNUWIN32__)) && !defined(HDN_GETDISPINFOW) +#if ((defined(__WATCOMC__) && __WATCOMC__ >= 1200) || defined(__GNUWIN32__) || defined (__MINGW32__) || defined(__DIGITALMARS__) || defined (__BORLANDC__)) && !defined(HDN_GETDISPINFOW) #define HDN_GETDISPINFOW (HDN_FIRST-29) #if !wxCHECK_W32API_VERSION(2, 2) typedef struct { @@ -245,5 +249,13 @@ struct HH_AKLINK #define QS_ALLPOSTMESSAGE 0x0100 #endif +#ifndef WS_EX_CLIENTEDGE + #define WS_EX_CLIENTEDGE 0x00000200L +#endif + +#ifndef ENDSESSION_LOGOFF + #define ENDSESSION_LOGOFF 0x80000000 +#endif + #endif // _WX_MISSING_H_