Code

Removed sp_main_* stubs from individual headers to make the unit tests build on Windo...
[inkscape.git] / src / test-stubs.cpp
2 // dummy functions to prevent link errors
3 int sp_main_gui(int /*argc*/, char const **/*argv*/) { return 0; }
4 int sp_main_console(int /*argc*/, char const **/*argv*/) { return 0; }