This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
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
93eee0537f
commit
96548d80e5
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
#if
def __MINGW32__
#if
defined(_WIN32) || defined(WIN32)
#define DXTN_LIBNAME "dxtn.dll"
#define RTLD_LAZY 0
#define RTLD_GLOBAL 0
Write
Preview
Loading…
Cancel
Save