// More strictly, this header should be the first thing in a translation unit, // since it is effectively negating build flags. #ifdefined(_WINDOWS_) || defined(DWRITE_3_H_INCLUDED) #error Must include SkDWriteNTDDI_VERSION.h before any Windows or DWrite headers. #endif
// If the build defines NTDDI_VERSION, pretend it didn't. // This also requires resetting _WIN32_WINNT and WINVER. // dwrite_3.h guards enum, macro, and interface declarations behind NTDDI_VERSION, // but it is not clear this is correct since these are all immutable. #ifdefined(NTDDI_VERSION) # undef NTDDI_VERSION # ifdefined(_WIN32_WINNT) # undef _WIN32_WINNT # endif # ifdefined(WINVER) # undef WINVER # endif #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.