git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37936
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/msw/private.h"
#include "wx/msw/wrapcctl.h"
+#ifndef UDM_SETRANGE32
+ #define UDM_SETRANGE32 (WM_USER+111)
+#endif
+
+#ifndef UDM_SETPOS32
+ #define UDM_SETPOS32 (WM_USER+113)
+ #define UDM_GETPOS32 (WM_USER+114)
+#endif
+
// ============================================================================
// implementation
// ============================================================================