Kaydet (Commit) a415a66f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix SAL_W32

Change-Id: I60333e2b0f71c38aa13e6a6665c2a305e6dc08fa
üst b62f1bd5
......@@ -1522,7 +1522,11 @@ rtl_cache_wsupdate_all (void * arg)
}
RTL_MEMORY_LOCK_RELEASE(&(g_cache_list.m_lock));
#if defined(SAL_UNX)
return nullptr;
#elif defined(SAL_W32)
return 0;
#endif
}
/* ================================================================= *
......
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