Skip to content

Commit

Permalink
print.c: Fix headers inclusion (and re-enable that code).
Browse files Browse the repository at this point in the history
svn path=/trunk/libgdiplus/; revision=76633
  • Loading branch information
Sebastien Pouliot committed May 3, 2007
1 parent 42b1266 commit 8bd42c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/ChangeLog
@@ -1,3 +1,7 @@
2007-05-03 Sebastien Pouliot <sebastien@ximian.com>

* print.c: Fix headers inclusion (and re-enable that code).

2007-04-26 Sebastien Pouliot <sebastien@ximian.com> 2007-04-26 Sebastien Pouliot <sebastien@ximian.com>


* metafile.c|h: Add delegate-based GdipRecordMetafile... functions * metafile.c|h: Add delegate-based GdipRecordMetafile... functions
Expand Down
13 changes: 7 additions & 6 deletions src/print.c
Expand Up @@ -23,16 +23,17 @@
* Sebastien Pouliot <sebastien@ximian.com> * Sebastien Pouliot <sebastien@ximian.com>
*/ */


#include <cairo-features.h>

#ifdef CAIRO_HAS_PS_SURFACE #ifdef CAIRO_HAS_PS_SURFACE


#include <stdio.h> #include "graphics-private.h"
#include "gdipImage.h"
#include "general.h"
#include <cairo-features.h>
#include <math.h>
#include <cairo-ps.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] */ /* coverity[+alloc : arg-*5] */
GpStatus GpStatus
Expand Down

0 comments on commit 8bd42c3

Please sign in to comment.