1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Graphics code refactoring

This commit is contained in:
tpoole 2017-06-27 15:31:54 +01:00
parent ccb4ce8829
commit 0874e47a35
6 changed files with 898 additions and 802 deletions

View file

@ -57,7 +57,7 @@
#undef JUCE_USE_DIRECTWRITE
#endif
#if JUCE_USE_DIRECTWRITE
#if JUCE_USE_DIRECTWRITE || JUCE_DIRECT2D
/* If you hit a compile error trying to include these files, you may need to update
your version of the Windows SDK to the latest one. The DirectWrite and Direct2D
headers are in the version 7 SDKs.