Skip to content

Commit

Permalink
d2d: some toolchains need _COM_interface definition
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Mar 30, 2013
1 parent af89e91 commit e034771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/d2d1headers/d2d1.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
#include <d2dbasetypes.h>
#include <d2derr.h>

#ifndef _COM_interface
#define _COM_interface struct
#endif

typedef UINT64 D2D1_TAG;

#define D2D1_DEFAULT_FLATTENING_TOLERANCE 0.25f
Expand Down

0 comments on commit e034771

Please sign in to comment.