diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-03-25 21:43:55 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-03-25 21:43:55 +0000 |
commit | 489d553f7592fda9d62993069bc52388c5890be1 (patch) | |
tree | 16de291429f804ade362c5d6746d9ba3335721fe /winsup/w32api/include/commdlg.h | |
parent | b4e1e4e28794ab0b0e6bddf185a8dd7352bb3627 (diff) | |
download | cygnal-489d553f7592fda9d62993069bc52388c5890be1.tar.gz cygnal-489d553f7592fda9d62993069bc52388c5890be1.tar.bz2 cygnal-489d553f7592fda9d62993069bc52388c5890be1.zip |
2006-03-26 Hansres Engel <engel@node.ch>
Add Uniscribe API for typography and for complex scripts.
* include/usp10.h: New file.
* lib/usp10.def: New file.
* include/winver.h: Change first argument of GetFileVersionInfo[...] to const.
* include/imm.h (IMECHARPOSITION): Add structure.
(RECONVERTSTRING): Likwise.
* include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
* lib/uuid.c (CMultiLanguage): Add UUID definition.
(IMLangFontLink2): Likewise.
(IMultiLanguage): Likewise.
Diffstat (limited to 'winsup/w32api/include/commdlg.h')
-rw-r--r-- | winsup/w32api/include/commdlg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/commdlg.h b/winsup/w32api/include/commdlg.h index 0726cd231..329d73336 100644 --- a/winsup/w32api/include/commdlg.h +++ b/winsup/w32api/include/commdlg.h @@ -193,6 +193,9 @@ extern "C" { #define CD_LBSELSUB 1 #define CD_LBSELADD 2 #define DN_DEFAULTPRN 1 +#if (_WIN32_WINNT >= 0x0500) +#define OPENFILENAME_SIZE_VERSION_400 76 +#endif /* (_WIN32_WINNT >= 0x0500) */ #ifndef SNDMSG #ifdef __cplusplus |