2
0
Эх сурвалжийг харах

stb_vorbis: Fix macro redefinition warning on MinGW.

David Reid 5 жил өмнө
parent
commit
1d35dc8609
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      stb_vorbis.c

+ 2 - 0
stb_vorbis.c

@@ -599,7 +599,9 @@ enum STBVorbisError
    #undef __forceinline
    #endif
    #define __forceinline
+   #ifndef alloca
    #define alloca __builtin_alloca
+   #endif
 #elif !defined(_MSC_VER)
    #if __GNUC__
       #define __forceinline inline