diff options
| author | gregory guy <g-gregory@gmx.fr> | 2019-05-01 14:48:25 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2019-05-12 16:30:25 +0200 |
| commit | db17d12f24fab5ed233b222c90000e3c0081f99d (patch) | |
| tree | 8a67c231c7f3df939bbebd42f5c9c932a6747dd1 /lib/libchmfile/libchmfileimpl.h | |
| parent | 45746889b14682c45c1d1ee41668c073acd39280 (diff) | |
| download | kchmviewer-db17d12f.tar.gz kchmviewer-db17d12f.zip | |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'lib/libchmfile/libchmfileimpl.h')
| -rw-r--r-- | lib/libchmfile/libchmfileimpl.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libchmfile/libchmfileimpl.h b/lib/libchmfile/libchmfileimpl.h index c6558f7..c0a606f 100644 --- a/lib/libchmfile/libchmfileimpl.h +++ b/lib/libchmfile/libchmfileimpl.h @@ -19,9 +19,11 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ - +#if USE_BUILTIN_CHMLIB #include "chm_lib.h" - +#else +#include <chm_lib.h> +#endif #include "libchmfile.h" #include "libchmtocimage.h" |
