Skip to content

Commit

Permalink
mingw-w64-headers: include updated dwrite_3.idl from wine
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmenda committed Sep 19, 2020
1 parent 2732d54 commit 8c95e8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mingw-w64-headers/include/dwrite_3.h
@@ -1,4 +1,4 @@
/*** Autogenerated by WIDL 5.16 from include/dwrite_3.idl - Do not edit ***/
/*** Autogenerated by WIDL 4.19 from include/dwrite_3.idl - Do not edit ***/

#ifdef _WIN32
#ifndef __REQUIRED_RPCNDR_H_VERSION__
Expand Down Expand Up @@ -413,6 +413,10 @@ interface IDWriteFontList2;
#ifndef _WINGDI_
typedef struct FONTSIGNATURE FONTSIGNATURE;
#endif /* _WINGDI_ */
#ifdef __cplusplus
#define DWRITE_MAKE_FONT_AXIS_TAG(a,b,c,d) \
(static_cast<DWRITE_FONT_AXIS_TAG>(DWRITE_MAKE_OPENTYPE_TAG(a,b,c,d)))
#endif
typedef enum DWRITE_LOCALITY {
DWRITE_LOCALITY_REMOTE = 0,
DWRITE_LOCALITY_PARTIAL = 1,
Expand Down
6 changes: 6 additions & 0 deletions mingw-w64-headers/include/dwrite_3.idl
Expand Up @@ -31,6 +31,12 @@ cpp_quote("#ifndef _WINGDI_")
typedef struct FONTSIGNATURE FONTSIGNATURE;
cpp_quote("#endif /* _WINGDI_ */")


cpp_quote("#ifdef __cplusplus")
cpp_quote("#define DWRITE_MAKE_FONT_AXIS_TAG(a,b,c,d) \\")
cpp_quote(" (static_cast<DWRITE_FONT_AXIS_TAG>(DWRITE_MAKE_OPENTYPE_TAG(a,b,c,d)))")
cpp_quote("#endif")

typedef enum DWRITE_LOCALITY
{
DWRITE_LOCALITY_REMOTE,
Expand Down

0 comments on commit 8c95e8d

Please sign in to comment.