diff --git a/third_party/stb/stb.c b/third_party/stb/stb.c index 8bae19f7f4..00a5c61963 100644 --- a/third_party/stb/stb.c +++ b/third_party/stb/stb.c @@ -14,5 +14,13 @@ * limitations under the License. */ +#define STBI_NO_BMP +#define STBI_NO_PSD +#define STBI_NO_TGA +#define STBI_NO_GIF +#define STBI_NO_HDR +#define STBI_NO_PIC +#define STBI_NO_PNM + #define STB_IMAGE_IMPLEMENTATION #include