mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
a?adido #include <typeinfo> (compilaci?n Linux)
This commit is contained in:
17
dependencies/poppler/include/poppler-export.h
vendored
Normal file
17
dependencies/poppler/include/poppler-export.h
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* This file is used to set the poppler_qt4_EXPORT macros right.
|
||||
* This is needed for setting the visibility on windows, it will have no effect on other platforms.
|
||||
*/
|
||||
#if defined(_WIN32)
|
||||
# define LIB_EXPORT __declspec(dllexport)
|
||||
# define LIB_IMPORT __declspec(dllimport)
|
||||
#else
|
||||
# define LIB_EXPORT
|
||||
# define LIB_IMPORT
|
||||
#endif
|
||||
|
||||
#ifdef poppler_qt4_EXPORTS
|
||||
# define POPPLER_QT4_EXPORT LIB_EXPORT
|
||||
#else
|
||||
# define POPPLER_QT4_EXPORT LIB_IMPORT
|
||||
#endif
|
Reference in New Issue
Block a user