mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
silence msvc debug build warning
_byteswap_ulong is defined in stdlib.h, release builds seem to pull it in through a different path. Change-Id: I510d2624150f89a4a77734bf3dc5b4db60a4ba95
This commit is contained in:
parent
4be52f4a65
commit
b3e4054f14
@ -13,6 +13,9 @@
|
|||||||
#define WEBP_UTILS_BIT_READER_H_
|
#define WEBP_UTILS_BIT_READER_H_
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include <stdlib.h> // _byteswap_ulong
|
||||||
|
#endif
|
||||||
#include "../webp/decode_vp8.h"
|
#include "../webp/decode_vp8.h"
|
||||||
|
|
||||||
#if defined(__cplusplus) || defined(c_plusplus)
|
#if defined(__cplusplus) || defined(c_plusplus)
|
||||||
|
Loading…
Reference in New Issue
Block a user