* include/wingdi.h (wglGetLayerPaletteEntries): Correct
prototype. Thanks to: Joe Krahn <jkrahn at nc dot rr dot com>. ChangeLog: Remove some whitespace.
This commit is contained in:
parent
af9955fa9c
commit
c8eb82fe9f
|
@ -1,3 +1,8 @@
|
||||||
|
2002-12-30 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/wingdi.h (wglGetLayerPaletteEntries): Correct
|
||||||
|
prototype. Thanks to: Joe Krahn <jkrahn at nc dot rr dot com>.
|
||||||
|
|
||||||
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
|
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
|
||||||
|
|
||||||
* include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
|
* include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
|
||||||
|
@ -1398,7 +1403,6 @@
|
||||||
* include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
|
* include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
|
||||||
(FILE_ATTRIBUTE_DEVICE): Add define.
|
(FILE_ATTRIBUTE_DEVICE): Add define.
|
||||||
|
|
||||||
|
|
||||||
2002-01-14 Corinna Vinschen <vinschen@redhat.com>
|
2002-01-14 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
|
* include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
|
||||||
|
|
|
@ -2722,7 +2722,7 @@ BOOL WINAPI wglDeleteContext(HGLRC);
|
||||||
BOOL WINAPI wglDescribeLayerPlane(HDC,int,int,UINT,LPLAYERPLANEDESCRIPTOR);
|
BOOL WINAPI wglDescribeLayerPlane(HDC,int,int,UINT,LPLAYERPLANEDESCRIPTOR);
|
||||||
HGLRC WINAPI wglGetCurrentContext(void);
|
HGLRC WINAPI wglGetCurrentContext(void);
|
||||||
HDC WINAPI wglGetCurrentDC(void);
|
HDC WINAPI wglGetCurrentDC(void);
|
||||||
int WINAPI wglGetLayerPaletteEntries(HDC,int,int,int,CONST COLORREF*);
|
int WINAPI wglGetLayerPaletteEntries(HDC,int,int,int,COLORREF*);
|
||||||
PROC WINAPI wglGetProcAddress(LPCSTR);
|
PROC WINAPI wglGetProcAddress(LPCSTR);
|
||||||
BOOL WINAPI wglMakeCurrent(HDC,HGLRC);
|
BOOL WINAPI wglMakeCurrent(HDC,HGLRC);
|
||||||
BOOL WINAPI wglRealizeLayerPalette(HDC,int,BOOL);
|
BOOL WINAPI wglRealizeLayerPalette(HDC,int,BOOL);
|
||||||
|
|
Loading…
Reference in New Issue