Explorar el Código

* use far pointers in the declaration of MessageBox

git-svn-id: trunk@31563 -
nickysn hace 10 años
padre
commit
e62c276672
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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