* include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
* include/winbase.h: (GetFileAttributesExW): Fix typo. * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*. (StartDocB): Chage LNPDOCINFOB to DOCINFOB*. Thanks To: Kent Tamura <tkent@users.sourceforge.net> * include/winnt.h: (GetFiberData): Add __inline assembler coding. (GetCurrentFiber): Ditto. Thanks to: Andy Younger <AndyY@redlemon.com> * include/windef.h: (HMONITOR_DECLARED): New definition to stop DirectX 8 from complaining. Thanks to: Sigbj�rn Lund Olsen <mosikos@online.no> * include/commctrl.h Updated TreeView and ListView defines and macros. * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4 and above.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user