Browse Source

mesa: Use a consistent name of the external s3tc library for all windows compilers.

tags/mesa-7.9-rc1
José Fonseca 16 years ago
parent
commit
96548d80e5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/main/texcompress_s3tc.c

+ 1
- 1
src/mesa/main/texcompress_s3tc.c View File

@@ -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…
Cancel
Save