]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
updated so that the dll will compile successfully
[wxWidgets.git] / src / msw / listbox.cpp
index d5348816b6eb283c2ba7ce20b127158179b0e651..29eda8f23330850e6b39e698afe17fc55bf73370 100644 (file)
 #include <windows.h>
 #include <windowsx.h>
 
+#ifndef __TWIN32__
 #ifdef __GNUWIN32__
 #include <wx/msw/gnuwin32/extra.h>
 #endif
+#endif
 
 #ifdef GetCharWidth
 #undef GetCharWidth
@@ -498,7 +500,7 @@ void wxListBox::SetSize(int x, int y, int width, int height, int sizeFlags)
   int cx; // button font dimensions
   int cy;
 
-  wxGetCharSize(GetHWND(), &cx, &cy, & GetFont());
+  wxGetCharSize(GetHWND(), &cx, &cy, & this->GetFont());
 
   float control_width, control_height, control_x, control_y;