diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-09-26 22:05:15 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-09-27 06:27:59 +0200 |
commit | 48db718042d32bffe95ec058d636ed935d98ec4d (patch) | |
tree | d7d8ca38723fbdf1f20992ea25dc229fb3e785b2 /sal/rtl/alloc_cache.cxx | |
parent | d32506e9f4ea604532bf5f4ba8a302b652aeaaa1 (diff) |
SAL: use more Unicode on Windows
Change-Id: I9f54c8e8c4e617cc1ed6b436ca8c162d381ecab3
Reviewed-on: https://gerrit.libreoffice.org/42828
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sal/rtl/alloc_cache.cxx')
-rw-r--r-- | sal/rtl/alloc_cache.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/alloc_cache.cxx b/sal/rtl/alloc_cache.cxx index 4ac83d332eab..18785795a2ad 100644 --- a/sal/rtl/alloc_cache.cxx +++ b/sal/rtl/alloc_cache.cxx @@ -1223,7 +1223,7 @@ static void rtl_cache_wsupdate_init() RTL_MEMORY_LOCK_ACQUIRE(&(g_cache_list.m_lock)); g_cache_list.m_update_done = 0; - g_cache_list.m_update_cond = CreateEvent (nullptr, TRUE, FALSE, nullptr); + g_cache_list.m_update_cond = CreateEventW (nullptr, TRUE, FALSE, nullptr); g_cache_list.m_update_thread = CreateThread (nullptr, 0, rtl_cache_wsupdate_all, reinterpret_cast<LPVOID>(10), 0, &dwThreadId); |