Skip to content

Commit

Permalink
Windows/Configure tests: Test for DirectWrite2 more extensively.
Browse files Browse the repository at this point in the history
Previously, the test succeeded for MinGW 64 5.3, which is still missing
IDWriteFontFace2. Amends change 33044b8.

Task-number: QTBUG-52952
Change-Id: I959f604d6bb9aa0efc765f2e26ec58d852ab92de
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
  • Loading branch information
FriedemannKleint committed Apr 26, 2016
1 parent 75d4742 commit 172f7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.tests/win/directwrite2/directwrite2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
int main(int, char**)
{
IUnknown *factory = 0;
const size_t dummy = size_t(DWRITE_E_NOCOLOR) + sizeof(IDWriteFontFace2);
DWriteCreateFactory(DWRITE_FACTORY_TYPE_SHARED,
__uuidof(IDWriteFactory2),
&factory);
Expand Down

0 comments on commit 172f7e6

Please sign in to comment.