Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The first few lines of d2d1.h in Windows SDK's that contain them (e.g. the one marked as v7.1) are as follows:

//---------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
// This file is automatically generated.  Please do not edit it directly.
//
// File name: D2D1.h
//---------------------------------------------------------------------------

This indicates that there should be some source file somewhere. Is it included with the SDK, like the many IDL files? I couldn't find anything of the sort.

share|improve this question

1 Answer

up vote 0 down vote accepted

It is not included in the SDK. It's not public, to my knowledge, if it even exists (which, like you, I'd assume it does from that blurb in the header file).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.