From a1a1b83adfea375e1ff2e0c4be329f8e14a7340a Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Sun, 8 Apr 2001 16:53:56 +0000 Subject: =?UTF-8?q?=09*=20include/shellapi.h:=20(CommandLineToArgvW):=20Ad?= =?UTF-8?q?d=20WINAPI=20declaration.=20=09*=20include/winbase.h:=20(GetFil?= =?UTF-8?q?eAttributesExW):=20Fix=20typo.=20=09*=20include/wingdi.h:=20(St?= =?UTF-8?q?artDocA):=20Change=20LPDOCINFOA=20to=20DOCINFOA*.=20=09(StartDo?= =?UTF-8?q?cB):=20Chage=20LNPDOCINFOB=20to=20DOCINFOB*.=20=09Thanks=20To:?= =?UTF-8?q?=20Kent=20Tamura=20=20=20=09*=20in?= =?UTF-8?q?clude/winnt.h:=20(GetFiberData):=20Add=20=5F=5Finline=20assembl?= =?UTF-8?q?er=20coding.=20=09(GetCurrentFiber):=20Ditto.=20=09Thanks=20to:?= =?UTF-8?q?=20Andy=20Younger=20=20=20=09*=20include/wi?= =?UTF-8?q?ndef.h:=20(HMONITOR=5FDECLARED):=20New=20definition=20to=20stop?= =?UTF-8?q?=20=09DirectX=208=20from=20complaining.=20=09Thanks=20to:=20Sig?= =?UTF-8?q?bj=EF=BF=BDrn=20Lund=20Olsen=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20*=20include/commctrl.h=20Updated=20TreeView?= =?UTF-8?q?=20and=20ListView=20defines=20and=20macros.=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20*=20include/winuser.h=20(MB=5FSERVICE=5FNOTIFICATION):?= =?UTF-8?q?=20Correct=20value=20for=20NT4=20=09and=20above.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- winsup/w32api/include/wingdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/w32api/include/wingdi.h') diff --git a/winsup/w32api/include/wingdi.h b/winsup/w32api/include/wingdi.h index 345c7bbba..695d75d7a 100644 --- a/winsup/w32api/include/wingdi.h +++ b/winsup/w32api/include/wingdi.h @@ -2653,8 +2653,8 @@ BOOL WINAPI SetWindowExtEx(HDC,int,int,LPSIZE); BOOL WINAPI SetWindowOrgEx(HDC,int,int,LPPOINT); HENHMETAFILE WINAPI SetWinMetaFileBits(UINT,const BYTE*,HDC,const METAFILEPICT*); BOOL WINAPI SetWorldTransform(HDC,const XFORM *); -int WINAPI StartDocA(HDC,const LPDOCINFOA); -int WINAPI StartDocW(HDC,const LPDOCINFOW); +int WINAPI StartDocA(HDC,const DOCINFOA*); +int WINAPI StartDocW(HDC,const DOCINFOW*); int WINAPI StartPage(HDC); BOOL WINAPI StretchBlt(HDC,int,int,int,int,HDC,int,int,int,int,DWORD); int WINAPI StretchDIBits(HDC,int,int,int,int,int,int,int,int,const VOID *,const BITMAPINFO *,UINT,DWORD); -- cgit v1.2.3