소스 검색

* 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}
 
 
-procedure MessageBox(hWnd: word; lpText, lpCaption: PChar; uType: word);external 'USER';
+procedure MessageBox(hWnd: word; lpText, lpCaption: LPSTR; uType: word);external 'USER';
 
 implementation