mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-04 10:42:27 +08:00
![]() "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. |
||
---|---|---|
.. | ||
Makefile.am | ||
mdbfakeglib.h | ||
mdbprivate.h | ||
mdbsql.h | ||
mdbtools.h.in | ||
mdbver.h.in |