win32: Do not use BUILD_GL32, we use def file to export win32 dll symbols.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14041>
This commit is contained in:
Yonggang Luo
2021-12-04 15:44:51 +08:00
committed by Marge Bot
parent 4ead2f6579
commit a3a43e5fa8
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ es2_glapi_mapi_tmp_h = custom_target(
_es2_c_args = []
if with_platform_windows
_es2_c_args += ['-D_GDI32_', '-DBUILD_GL32']
_es2_c_args += ['-D_GDI32_']
endif
gles2_def = custom_target(