Author: spouliot
Date: 2007-05-03 14:19:35 -0400 (Thu, 03 May 2007)
New Revision: 76633
Modified:
trunk/libgdiplus/src/ChangeLog
trunk/libgdiplus/src/print.c
Log:
print.c: Fix headers inclusion (and re-enable that code).
Modified: trunk/libgdiplus/src/ChangeLog
===================================================================
--- trunk/libgdiplus/src/ChangeLog 2007-05-03 17:53:25 UTC (rev 76632)
+++ trunk/libgdiplus/src/ChangeLog 2007-05-03 18:19:35 UTC (rev 76633)
@@ -1,3 +1,7 @@
+2007-05-03 Sebastien Pouliot <[EMAIL PROTECTED]>
+
+ * print.c: Fix headers inclusion (and re-enable that code).
+
2007-04-26 Sebastien Pouliot <[EMAIL PROTECTED]>
* metafile.c|h: Add delegate-based GdipRecordMetafile... functions
Modified: trunk/libgdiplus/src/print.c
===================================================================
--- trunk/libgdiplus/src/print.c 2007-05-03 17:53:25 UTC (rev 76632)
+++ trunk/libgdiplus/src/print.c 2007-05-03 18:19:35 UTC (rev 76633)
@@ -23,16 +23,17 @@
* Sebastien Pouliot <[EMAIL PROTECTED]>
*/
+#include <cairo-features.h>
+
#ifdef CAIRO_HAS_PS_SURFACE
-#include <stdio.h>
-#include "gdipImage.h"
-#include "general.h"
-#include <cairo-features.h>
-#include <math.h>
+#include "graphics-private.h"
#include <cairo-ps.h>
-/* NOTE: The functions in this file aren't part of GDI+ and can only be called
from libgdiplus */
+/*
+ * NOTE: The functions in this file aren't part of GDI+ and can only be called
+ * from Mono's System.Drawing.dll on non-Windows operating systems
+ */
/* coverity[+alloc : arg-*5] */
GpStatus
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches