mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
Revert "headers: Define D2D1FORCEINLINE where needed"
This reverts commit 010cebed76
.
This commit is contained in:
parent
d40cd2aba7
commit
4fd54b35a1
@ -9,10 +9,6 @@
|
||||
|
||||
#ifndef D2D_USE_C_DEFINITIONS
|
||||
|
||||
#ifndef D2D1FORCEINLINE
|
||||
#define D2D1FORCEINLINE FORCEINLINE
|
||||
#endif
|
||||
|
||||
namespace D2D1 {
|
||||
template<> struct TypeTraits<INT32> {
|
||||
typedef D2D1_POINT_2L Point;
|
||||
|
@ -8,10 +8,6 @@
|
||||
|
||||
#ifndef D2D_USE_C_DEFINITIONS
|
||||
|
||||
#ifndef D2D1FORCEINLINE
|
||||
#define D2D1FORCEINLINE FORCEINLINE
|
||||
#endif
|
||||
|
||||
namespace D2D1 {
|
||||
|
||||
D2D1FORCEINLINE D2D1_MATRIX_3X2_F IdentityMatrix();
|
||||
|
Loading…
Reference in New Issue
Block a user