https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b060a81d5d771fcfd370e2ef9a9d766c31909e71

commit b060a81d5d771fcfd370e2ef9a9d766c31909e71
Author: Jérôme Gardou <jerome.gar...@reactos.org>
AuthorDate: Sat Nov 18 13:50:55 2017 +0100

    [OPENGL]
     - Always use the TEB to store opengl data
    CORE-14024
---
 dll/opengl/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dll/opengl/CMakeLists.txt b/dll/opengl/CMakeLists.txt
index 7c6e62c0f8..21afb30de8 100644
--- a/dll/opengl/CMakeLists.txt
+++ b/dll/opengl/CMakeLists.txt
@@ -1,7 +1,4 @@
 
-#unset this if you want to use the current TEB instead of TLS
-set(OPENGL32_USE_TLS TRUE)
-
 add_subdirectory(glu32)
 add_subdirectory(mesa)
 add_subdirectory(opengl32)

Reply via email to