Browse Source

* use far pointers in the declaration of MessageBox

git-svn-id: trunk@31563 -
nickysn 10 years ago
parent
commit
e62c276672
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win16/system.pp

+ 1 - 1
rtl/win16/system.pp

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