* include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
This commit is contained in:
parent
6f637037e5
commit
ce2924faee
|
@ -1,4 +1,9 @@
|
|||
|
||||
2001-03-13 Earnie Boyd <earnie@users.sourceforge.net
|
||||
|
||||
* include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
|
||||
Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
|
||||
|
||||
2001-03-12 Earnie Boyd <earnie@users.sourceforge.net
|
||||
|
||||
* include/commctrl.h (TBSTYLE_FLAT): New definition.
|
||||
|
|
|
@ -2752,7 +2752,7 @@ typedef ENUMLOGFONTEXW ENUMLOGFONTEX,*LPENUMLOGFONTEX;
|
|||
#define wglUseFontOutlines wglUseFontOutlinesW
|
||||
#else
|
||||
typedef BYTE BCHAR;
|
||||
typedef DOCINFOW DOCINFO, *LPDOCINFO;
|
||||
typedef DOCINFOA DOCINFO, *LPDOCINFO;
|
||||
typedef LOGFONTA LOGFONT,*PLOGFONT,*LPLOGFONT;
|
||||
typedef TEXTMETRICA TEXTMETRIC,*PTEXTMETRIC,*LPTEXTMETRIC;
|
||||
#define ICMENUMPROC ICMENUMPROCA
|
||||
|
|
Loading…
Reference in New Issue