X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..9c805dec6caf3c98a3797898cffe795b5b56e606:/src/palmos/nativdlg.cpp diff --git a/src/palmos/nativdlg.cpp b/src/palmos/nativdlg.cpp index 38eb31d488..cef2d03dbe 100644 --- a/src/palmos/nativdlg.cpp +++ b/src/palmos/nativdlg.cpp @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -72,13 +68,13 @@ wxWindow* wxWindow::GetWindowChild(wxWindowID id) // create wxWin window from a native HWND // --------------------------------------------------------------------------- -wxWindow* wxWindow::CreateWindowFromHWND(wxWindow* parent, WXHWND hWnd) +wxWindow* wxWindow::CreateWindowFromWinHandle(wxWindow* parent, WXWINHANDLE handle) { return NULL; } -// Make sure the window style (etc.) reflects the HWND style (roughly) -void wxWindow::AdoptAttributesFromHWND(void) +// Make sure the window style (etc.) reflects the WinHandle style (roughly) +void wxWindow::AdoptAttributesFromWinHandle(void) { }