From b060a81d5d771fcfd370e2ef9a9d766c31909e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 18 Nov 2017 13:50:55 +0100 Subject: [PATCH] [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 7c6e62c0f8c..21afb30de8a 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)