mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* WinMessageBox2 commented out temporarily
This commit is contained in:
parent
9ebe54fd4c
commit
5f5d129289
@ -2505,7 +2505,9 @@ const
|
||||
function WinDefDlgProc(hwndDlg,msg : cardinal;mp1,mp2 : pointer) : pointer; cdecl;
|
||||
function WinAlarm(hwndDesktop,rgfType : cardinal) : longbool; cdecl;
|
||||
function WinMessageBox(hwndParent,hwndOwner : cardinal;pszText,pszCaption : pchar;idWindow,flStyle : cardinal) : cardinal; cdecl;
|
||||
(*
|
||||
function WinMessageBox2(hwndParent,hwndOwner: cardinal;pszText,pszCaption: PChar; idWindow: cardinal; MBInfo: PMB2Info): cardinal; cdecl;
|
||||
*)
|
||||
function WinProcessDlg(hwndDlg : cardinal) : cardinal; cdecl;
|
||||
function WinSendDlgItemMsg(hwndDlg,idItem,msg : cardinal;mp1,mp2 : pointer) : pointer; cdecl;
|
||||
function WinMapDlgPoints(hwndDlg : cardinal;var prgwptl : TPointL;cwpt : cardinal;fCalcWindowCoords : longbool) : longbool; cdecl;
|
||||
@ -3001,7 +3003,10 @@ const
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.9 2002-12-07 20:21:38 hajny
|
||||
Revision 1.10 2002-12-07 20:56:35 hajny
|
||||
* WinMessageBox2 commented out temporarily
|
||||
|
||||
Revision 1.9 2002/12/07 20:21:38 hajny
|
||||
* mistyping fixed
|
||||
|
||||
Revision 1.8 2002/12/07 17:50:17 hajny
|
||||
|
Loading…
Reference in New Issue
Block a user