Hi,

Current svn trunk has a couple of #endinf statements instead of #endif in
d2d1.h. The following patch fixes this:

Index: mingw-w64-headers/include/d2d1.h
===================================================================
--- mingw-w64-headers/include/d2d1.h    (revision 4799)
+++ mingw-w64-headers/include/d2d1.h    (working copy)
@@ -2329,7 +2329,7 @@
 */
 #ifdef __cplusplus
 extern "C" {
-#endinf
+#endif
 
 HRESULT WINAPI D2D1CreateFactory(
   D2D1_FACTORY_TYPE factoryType,
@@ -2360,6 +2360,6 @@
 );
 #ifdef __cplusplus
 }
-#endinf
+#endif
 
 #endif /* _D2D1_H */


Regards,

Stephen

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to