mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
mesa: Use a consistent name of the external s3tc library for all windows compilers.
This commit is contained in:
parent
93eee0537f
commit
96548d80e5
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#if FEATURE_texture_s3tc
|
||||
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#if defined(_WIN32) || defined(WIN32)
|
||||
#define DXTN_LIBNAME "dxtn.dll"
|
||||
#define RTLD_LAZY 0
|
||||
#define RTLD_GLOBAL 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue