diff --git a/ZRColaCompile/dbsource.cpp b/ZRColaCompile/dbsource.cpp index f29ce61..52b8470 100644 --- a/ZRColaCompile/dbsource.cpp +++ b/ZRColaCompile/dbsource.cpp @@ -42,7 +42,7 @@ void ZRCola::DBSource::character_bank::build_related() ZRCola::DBSource::character_bank::build_related_worker::build_related_worker(_In_ const character_bank *cb, _In_ iterator from, _In_ iterator to) : - thread((HANDLE)_beginthreadex(NULL, 0, process, this, CREATE_SUSPENDED, NULL)), + winstd::thread((HANDLE)_beginthreadex(NULL, 0, process, this, CREATE_SUSPENDED, NULL)), m_heap(HeapCreate(0, 0, 0)), m_cb(cb), m_from(from), diff --git a/lib/WinStd b/lib/WinStd index da8bd86..0addbd8 160000 --- a/lib/WinStd +++ b/lib/WinStd @@ -1 +1 @@ -Subproject commit da8bd86d83f57701802d46e9297dc305992f932b +Subproject commit 0addbd825ae89bc3211404f7d43a1f5cafcf4c53