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.
This commit is contained in:
Danny Smith
2006-03-25 21:43:55 +00:00
parent b4e1e4e287
commit 489d553f75
8 changed files with 318 additions and 4 deletions

View File

@ -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