Skip to content

win32: Fixes 32 bits visual studio module definition files by add script gen_vs_module_defs.py

Yonggang Luo requested to merge lygstate/mesa:win32-dll-def-fix into main

Getting opengl32*.def consistence with Windows SDK. Getting osmesa.mingw.def's gl* functions consistence with Windows SDK. stw_* functions are cdecl, not stdcall, so there is no need mangling the symbol. Fixes egl.def for x86 Fixes vulkan_lvp.def for x86 Fixes #5552 (closed)

Signed-off-by: Yonggang Luo luoyonggang@gmail.com

Edited by Yonggang Luo

Merge request reports