2
0
Эх сурвалжийг харах

* use far pointers in the declaration of MessageBox

git-svn-id: trunk@31563 -
nickysn 10 жил өмнө
parent
commit
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