diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-13 11:24:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 11:24:15 +0100 |
commit | 2f6ca917f75ca6bfbe28f4749825fdabde1d0531 (patch) | |
tree | a263613010c3e303d4ec8a3a45bd98a19f5f42c3 /platform/windows/platform_config.h | |
parent | f505aae1d820f0d083ca0fdaa6fa2da7a3988db1 (diff) | |
parent | 386968ea97d4ceeb004cc05a7aa740aa7abe6ca9 (diff) |
Merge pull request #36174 from akien-mga/byebye-openghell-3
Remove obsolete GLES3 backend
Diffstat (limited to 'platform/windows/platform_config.h')
-rw-r--r-- | platform/windows/platform_config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/platform/windows/platform_config.h b/platform/windows/platform_config.h index 04653ee56c..290decac5f 100644 --- a/platform/windows/platform_config.h +++ b/platform/windows/platform_config.h @@ -29,8 +29,5 @@ /*************************************************************************/ #include <malloc.h> -//#else -//#include <alloca.h> -//#endif -#define GLES3_INCLUDE_H "thirdparty/glad/glad/glad.h" + #define GLES2_INCLUDE_H "thirdparty/glad/glad/glad.h" |