diff options
Diffstat (limited to 'include/desktop')
-rw-r--r-- | include/desktop/minidump.hxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/desktop/minidump.hxx b/include/desktop/minidump.hxx index bdd91b26dce9..63336cae5595 100644 --- a/include/desktop/minidump.hxx +++ b/include/desktop/minidump.hxx @@ -12,7 +12,13 @@ #include <string> -bool readConfig(const std::string& iniPath, std::string& response); +#include <desktop/dllapi.h> + +namespace crashreport { + +CRASHREPORT_DLLPUBLIC bool readConfig(const std::string& iniPath, std::string& response); + +} #endif |