]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/check_convert.cpp
remove unnecessary Carbon include
[lyx.git] / src / support / tests / check_convert.cpp
index b6fd166827423d31a0b3c06d6dd23f15a4135008..30ea64725016ced533e43654e6274a171abc4bcc 100644 (file)
@@ -11,6 +11,12 @@ using namespace std;
 
 
 namespace lyx {
+       // Dummy LyXRC support
+       struct LyXRC { string icon_set; } lyxrc;
+
+       // Keep the linker happy on Windows
+       void lyx_exit(int) {}
+
        docstring const _(string const & s) { return from_ascii(s); }
 }