浏览代码

* use far pointers in the declaration of MessageBox

git-svn-id: trunk@31563 -
nickysn 10 年之前
父节点
当前提交
e62c276672
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/win16/system.pp

+ 1 - 1
rtl/win16/system.pp

@@ -90,7 +90,7 @@ const
 {$endif RTLLITE}
 {$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
 implementation