poppler-config.h.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e45e5ca4ab0ba2a6586505d80ed81f4b3426752
Author: Patrick Spendrin <[EMAIL PROTECTED]>
Date:   Tue Feb 12 21:41:26 2008 +0100

    Do the right thing with CDECL, that is, undefine it if it is defined so we 
can redefine it later

diff --git a/poppler-config.h.cmake b/poppler-config.h.cmake
index 3a1547d..31522f6 100644
--- a/poppler-config.h.cmake
+++ b/poppler-config.h.cmake
@@ -136,7 +136,7 @@
 //------------------------------------------------------------------------
 
 #ifdef CDECL
-#cmakedefine CDECL 1
+#undef CDECL
 #endif
 
 #if defined(_MSC_VER) || defined(__BORLANDC__)
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to