Преглед на файлове

* 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