]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/check_lstrings.cpp
remove unnecessary Carbon include
[lyx.git] / src / support / tests / check_lstrings.cpp
index 90bf967885f4366dab962a1052e10260b155eece..8a4aea84fd93597d334009cf165848a7b984ad31 100644 (file)
@@ -11,6 +11,12 @@ using namespace lyx;
 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); }
 }