* use far pointers in the declaration of MessageBox

git-svn-id: trunk@31563 -
This commit is contained in:
nickysn 2015-09-06 22:46:51 +00:00
parent 297c17d4f0
commit e62c276672

View File

@ -90,7 +90,7 @@ const
{$endif RTLLITE}
procedure MessageBox(hWnd: word; lpText, lpCaption: PChar; uType: word);external 'USER';
procedure MessageBox(hWnd: word; lpText, lpCaption: LPSTR; uType: word);external 'USER';
implementation