]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
don't define comparison operators taking wxStrings when wxUSE_STL == 1
[wxWidgets.git] / include / wx / msw / missing.h
index d4532496aee3d2798dcba870c045ab27241aa0e5..1c413a3462c63b4d61d8e2a67acca7db15dbb688 100644 (file)
@@ -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"