projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
PCH-less compilation fix
[wxWidgets.git]
/
src
/
palmos
/
nativdlg.cpp
diff --git
a/src/palmos/nativdlg.cpp
b/src/palmos/nativdlg.cpp
index 38eb31d4889882fbbf320e32758089ca2c27ad9d..cef2d03dbee9cd56573c9bc7da58c63ca3bf55ec 100644
(file)
--- a/
src/palmos/nativdlg.cpp
+++ b/
src/palmos/nativdlg.cpp
@@
-17,10
+17,6
@@
// headers
// ---------------------------------------------------------------------------
// headers
// ---------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// 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
// ---------------------------------------------------------------------------
// create wxWin window from a native HWND
// ---------------------------------------------------------------------------
-wxWindow* wxWindow::CreateWindowFrom
HWND(wxWindow* parent, WXHWND hWnd
)
+wxWindow* wxWindow::CreateWindowFrom
WinHandle(wxWindow* parent, WXWINHANDLE handle
)
{
return NULL;
}
{
return NULL;
}
-// Make sure the window style (etc.) reflects the
HWND
style (roughly)
-void wxWindow::AdoptAttributesFrom
HWND
(void)
+// Make sure the window style (etc.) reflects the
WinHandle
style (roughly)
+void wxWindow::AdoptAttributesFrom
WinHandle
(void)
{
}
{
}