]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/minifram.cpp
Added GSocket_Select() and fixed some things
[wxWidgets.git] / src / msw / minifram.cpp
index 819e0b01d3e20bebfb8683d233a52a09d1101c70..aee0054b642f3f8ed2ffe5819146daf4b9596582 100644 (file)
@@ -983,7 +983,7 @@ BOOL PASCAL DrawCaption( HDC hDC, HWND hWnd, LPRECT lprc,
             SetBkMode( hDC, nBkMode ) ;
             
 #ifdef __WIN16__
-            GlobalFreePtr( (unsigned int) lpsz ) ;
+            GlobalFreePtr( (unsigned int)(DWORD) lpsz ) ;
 #else
             GlobalFreePtr( lpsz ) ;
 #endif