X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/598ddd96f45745188c96f16757f7ceeaa0c8d70d..ce336c6d76d8c513487af08857c1cd3cbe806d30:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index d4532496ae..1c413a3462 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -184,6 +184,7 @@ typedef struct { #define LVM_SETUNICODEFORMAT 0x2005 #endif + // ---------------------------------------------------------------------------- // Toolbar define value missing // ---------------------------------------------------------------------------- @@ -592,6 +593,17 @@ typedef struct { #define OFN_ENABLESIZING 0x00800000 #endif +// ------------------ For Flashing Window ------------- +#if (defined(__BORLANDC__) && (__BORLANDC__ < 550)) +typedef struct { + UINT cbSize; + HWND hwnd; + DWORD dwFlags; + UINT uCount; + DWORD dwTimeout; +} FLASHWINFO, *PFLASHWINFO; +#endif + // In addition, include stuff not defined in WinCE #ifdef __WXWINCE__ #include "wx/msw/wince/missing.h"