aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/CheckD2D.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-07-17Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicatenyamatongwe1-0/+3
a recent SDK and allow disabling Direct2D by defining DISABLE_D2D. Run a test compile of a file that includes these headers and use compilation failure to disable Direct2D.