summaryrefslogtreecommitdiffstats
path: root/ANGLE/src/compiler/InitializeDll.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANGLE/src/compiler/InitializeDll.h')
-rw-r--r--ANGLE/src/compiler/InitializeDll.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/ANGLE/src/compiler/InitializeDll.h b/ANGLE/src/compiler/InitializeDll.h
index bb17540..857238e 100644
--- a/ANGLE/src/compiler/InitializeDll.h
+++ b/ANGLE/src/compiler/InitializeDll.h
@@ -6,14 +6,11 @@
#ifndef __INITIALIZEDLL_H
#define __INITIALIZEDLL_H
-
-#include "compiler/osinclude.h"
-
-
bool InitProcess();
+bool DetachProcess();
+
bool InitThread();
bool DetachThread();
-bool DetachProcess();
#endif // __INITIALIZEDLL_H