Villacaleb / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Build failure when XMLDOCS is defined for VC10 #719

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here's the patch:

Index: D3DXEnums.h
===================================================================
--- D3DXEnums.h (revision 1646)
+++ D3DXEnums.h (working copy)
@@ -26,7 +26,7 @@
    namespace Direct3D9
    {
 #ifdef XMLDOCS
-       value class AnimationOutput;
+       ref class AnimationOutput;
 #endif

        // NOTE: The enumerations defined in this file are in alphabetical order. When

Original issue reported on code.google.com by nin...@gmail.com on 31 Aug 2010 at 8:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1647.

Original comment by Mike.Popoloski on 31 Aug 2010 at 2:35