VC6 standard SDK didn't define WM_UNINITMENUPOPUP, so define it for it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70155
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/univ/colschem.h"
#endif // __WXUNIVERSAL__
+// FIXME-VC6: Only VC6 doesn't have this in its standard headers so this
+// could be removed once support for it is dropped.
+#ifndef WM_UNINITMENUPOPUP
+ #define WM_UNINITMENUPOPUP 0x0125
+#endif
+
// ----------------------------------------------------------------------------
// globals
// ----------------------------------------------------------------------------