You've already forked MINGW-packages
mirror of
https://github.com/encounter/MINGW-packages.git
synced 2026-03-30 11:29:58 -07:00
12 lines
391 B
Diff
12 lines
391 B
Diff
--- wxPython-src-3.0.1.1/wxPython/src/helpers.cpp.orig 2014-09-30 15:35:54.001641700 +0400
|
|
+++ wxPython-src-3.0.1.1/wxPython/src/helpers.cpp 2014-09-30 15:40:54.393928800 +0400
|
|
@@ -2152,7 +2152,7 @@
|
|
long wxPyGetWinHandle(wxWindow* win) {
|
|
|
|
#ifdef __WXMSW__
|
|
- return (long)win->GetHandle();
|
|
+ return (intptr_t)win->GetHandle();
|
|
#endif
|
|
|
|
#if defined(__WXGTK__) || defined(__WXX11__)
|