mdbtools/include
bstoeger f517db5df0
Move includes out of extern "C" block (#435)
"mbdtools.h" couldn't be included from C++ files, because the "glib.h"
include is in the extern "C" block. The latter includes C++ headers
for C++ source files, which define templates. These don't work with
extern "C" linkage and the compilation falls apart with numerous
errors.

To fix this problem, move the includes out of the extern "C" block.
2024-05-13 09:12:45 -04:00
..
Makefile.am Remove HAVE_ macros from mdbtools.h and mdbsql.h 2021-08-04 15:29:23 -04:00
mdbfakeglib.h Require glib2 2.68 or later (for g_memdup2) (#400) 2022-12-17 07:08:44 -05:00
mdbprivate.h Require glib2 2.68 or later (for g_memdup2) (#400) 2022-12-17 07:08:44 -05:00
mdbsql.h Remove HAVE_ macros from mdbtools.h and mdbsql.h 2021-08-04 15:29:23 -04:00
mdbtools.h.in Move includes out of extern "C" block (#435) 2024-05-13 09:12:45 -04:00
mdbver.h.in Fix FSF address in headers 2013-07-04 13:50:33 +02:00