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:
Włodzimierz Skiba
2004-09-28 17:39:16 +00:00
parent 32025be9de
commit 8300f815fa
4 changed files with 11 additions and 12 deletions

View File

@@ -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__