mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-28 12:05:47 +08:00
[mingw-Bugs-1553275]
* include/wingdi.h (SetLayout): Add prototype. (GetLayout): Likewise.
This commit is contained in:
parent
ab1d66234a
commit
19ff420025
@ -1,3 +1,9 @@
|
|||||||
|
2006-09-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
[mingw-Bugs-1553275]
|
||||||
|
* include/wingdi.h (SetLayout): Add prototype.
|
||||||
|
(GetLayout): Likewise.
|
||||||
|
|
||||||
2006-09-02 Danny Smith <dannysmith@users.sourceforge.net>
|
2006-09-02 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
[mingw-Bugs-1550139]
|
[mingw-Bugs-1550139]
|
||||||
|
@ -3043,6 +3043,10 @@ WINGDIAPI DWORD WINAPI GetFontUnicodeRanges(HDC,LPGLYPHSET);
|
|||||||
WINGDIAPI DWORD WINAPI GetGlyphIndicesA(HDC,LPCSTR,int,LPWORD,DWORD);
|
WINGDIAPI DWORD WINAPI GetGlyphIndicesA(HDC,LPCSTR,int,LPWORD,DWORD);
|
||||||
WINGDIAPI DWORD WINAPI GetGlyphIndicesW(HDC,LPCWSTR,int,LPWORD,DWORD);
|
WINGDIAPI DWORD WINAPI GetGlyphIndicesW(HDC,LPCWSTR,int,LPWORD,DWORD);
|
||||||
#endif
|
#endif
|
||||||
|
#if (WINVER >= 0x0500)
|
||||||
|
WINGDIAPI DWORD WINAPI GetLayout(HDC);
|
||||||
|
WINGDIAPI DWORD WINAPI SetLayout(HDC, DWORD);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef UNICODE
|
#ifdef UNICODE
|
||||||
typedef WCHAR BCHAR;
|
typedef WCHAR BCHAR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user