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