office-gobmx/libcdr/libcdr-0.0.5.patch
Tor Lillqvist f257c29b6c Revert "lcms2 uses stdcall for some reason"
Nah, will use the patch by Lubos instead.

This reverts commit 85f0745547.
2012-03-19 09:42:19 +02:00

20 lines
371 B
Diff

--- misc/libcdr-0.0.5/src/lib/libcdr_utils.h 2012-03-07 13:51:21.000000000 +0100
+++ misc/build/libcdr-0.0.5/src/lib/libcdr_utils.h 2012-03-08 12:46:38.194534604 +0100
@@ -54,17 +54,8 @@
#else
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
-
-#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
-#endif
#endif