mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 18:39:30 +02:00
* use far pointers in the declaration of MessageBox
git-svn-id: trunk@31563 -
This commit is contained in:
parent
297c17d4f0
commit
e62c276672
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user