Memory: Restore unused interfaces, in case other tools called them.

This commit is contained in:
John Kessenich 2017-11-13 22:19:21 -07:00
parent 94f28eb61a
commit 74bde98778
3 changed files with 50 additions and 0 deletions

View file

@ -56,6 +56,7 @@ namespace glslang {
//
static void DetachThreadLinux(void *)
{
DetachThread();
}
//