Hardware defines spec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: src/msw/wince/textctrlce.cpp
|
||||
// Purpose: wxTextCtrl implementation for Smartphones
|
||||
// Purpose: wxTextCtrl implementation for smart phones driven by WinCE
|
||||
// Author: Wlodzimierz ABX Skiba
|
||||
// Modified by:
|
||||
// Created: 30.08.2004
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "wx/msw/missing.h"
|
||||
#include "wx/msw/winundef.h"
|
||||
|
||||
#if wxUSE_TEXTCTRL && defined(__SMARTPHONE__)
|
||||
#if wxUSE_TEXTCTRL && defined(__SMARTPHONE__) && defined(__WXWINCE__)
|
||||
|
||||
#define GetBuddyHwnd() (HWND)(m_hwndBuddy)
|
||||
|
||||
@@ -1250,4 +1250,4 @@ void wxTextCtrl::OnSetFocus(wxFocusEvent& WXUNUSED(event))
|
||||
}
|
||||
}
|
||||
|
||||
#endif // wxUSE_TEXTCTRL && __SMARTPHONE__
|
||||
#endif // wxUSE_TEXTCTRL && __SMARTPHONE__ && __WXWINCE__
|
||||
|
Reference in New Issue
Block a user