[poppler] poppler-config.h.cmake

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Feb 12 13:09:22 PST 2008


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

New commits:
commit 4e45e5ca4ab0ba2a6586505d80ed81f4b3426752
Author: Patrick Spendrin <ps_ml at gmx.de>
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__)


More information about the poppler mailing list