Kaydet (Commit) cbeebc22 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

make the case not ENABLE_QUICKSTART_LIBPNG work again

üst 6985b28d
......@@ -781,6 +781,12 @@ struct splash* splash_create(rtl_uString* pAppPath, int argc, char** argv)
#else /* not ENABLE_QUICKSTART_LIBPNG */
#include <rtl/ustrbuf.h>
struct splash
{
};
/* Stubs that will never be called in this case */
void splash_draw_progress( struct splash* splash, int progress )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment