diff options
Diffstat (limited to 'Source/ThirdParty/ANGLE/src/compiler/InitializeDll.h')
-rw-r--r-- | Source/ThirdParty/ANGLE/src/compiler/InitializeDll.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Source/ThirdParty/ANGLE/src/compiler/InitializeDll.h b/Source/ThirdParty/ANGLE/src/compiler/InitializeDll.h deleted file mode 100644 index 43070cc3f..000000000 --- a/Source/ThirdParty/ANGLE/src/compiler/InitializeDll.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. -// -#ifndef __INITIALIZEDLL_H -#define __INITIALIZEDLL_H - -bool InitProcess(); -void DetachProcess(); - -#endif // __INITIALIZEDLL_H - |