[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdoctools
From:       Holger Freyther <freyther () gmx ! net>
Date:       2007-03-22 20:36:26
Message-ID: 1174595786.930680.20823.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 645529 by zecke:

Fix compiling on FBSD. Do we really have to access these values?


 M  +1 -1      main.cpp  
 M  +1 -1      main_ghelp.cpp  
 M  +1 -1      meinproc.cpp  


--- trunk/KDE/kdelibs/kdoctools/main.cpp #645528:645529
@@ -1,7 +1,7 @@
 #ifdef _WIN32
 #define LIBXML_DLL_IMPORT __declspec(dllimport)
 #else
-extern int xmlLoadExtDtdDefaultValue;
+extern "C" int xmlLoadExtDtdDefaultValue;
 #endif
 
 #include <string.h>
--- trunk/KDE/kdelibs/kdoctools/main_ghelp.cpp #645528:645529
@@ -2,7 +2,7 @@
 #ifdef _WIN32
 #define LIBXML_DLL_IMPORT __declspec(dllimport)
 #else
-extern int xmlLoadExtDtdDefaultValue;
+extern "C" int xmlLoadExtDtdDefaultValue;
 #endif
 
 #include <string.h>
--- trunk/KDE/kdelibs/kdoctools/meinproc.cpp #645528:645529
@@ -1,7 +1,7 @@
 #ifdef _WIN32
 #define LIBXML_DLL_IMPORT __declspec(dllimport)
 #else
-extern int xmlLoadExtDtdDefaultValue;
+extern "C" int xmlLoadExtDtdDefaultValue;
 #endif
 
 #include <config-kdoctools.h>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic