iup-stack/iup/srcscintilla/scintilla353/win32/CheckD2D.cxx

4 lines
128 B
C++
Raw Permalink Normal View History

2023-02-20 16:44:45 +00:00
// This file is compiled to check whether Direct2D and DirectWrite headers are available.
#include <d2d1.h>
#include <dwrite.h>