OS/2 compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
42a505eae0
commit
0fd26ccb31
@ -1756,7 +1756,7 @@ void wxDC::DrawAnyText( const wxString& rsText,
|
||||
::GpiMove(m_hPS, &vPtlStart);
|
||||
lHits = ::GpiCharString( m_hPS
|
||||
,rsText.length()
|
||||
,rsText.wx_str()
|
||||
,rsText.char_str()
|
||||
);
|
||||
if (lHits != GPI_OK)
|
||||
{
|
||||
@ -2176,7 +2176,7 @@ void wxDC::DoGetTextExtent(
|
||||
//
|
||||
bRc = ::GpiQueryTextBox( m_hPS
|
||||
,l
|
||||
,(char *)rsString.wx_str()
|
||||
,rsString.char_str()
|
||||
,TXTBOX_COUNT // return maximum information
|
||||
,avPoint // array of coordinates points
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user