]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
wxUniv compilation fix for gs_windowHandles assignment
[wxWidgets.git] / src / msw / statbr95.cpp
index 0913dbf5aa068f54b505030fba53664c741da06b..f06e0e7c05a245e0f9746639c67f236f180a141a 100644 (file)
@@ -106,7 +106,7 @@ bool wxStatusBar95::Create(wxWindow *parent,
                 wstyle,
                 0, 0, 0, 0,
                 GetHwndOf(parent),
-                (HMENU)m_windowId.GetValue(),
+                (HMENU)wxUIntToPtr(m_windowId.GetValue()),
                 wxGetInstance(),
                 NULL
              );