legacy decoders: restored #include <intrin.h> for VC++

This commit is contained in:
inikep
2016-09-05 13:25:07 +02:00
parent 8161e7321a
commit c13faa1b0f
3 changed files with 18 additions and 1 deletions
+9
View File
@@ -13,6 +13,15 @@
#include "error_private.h"
/******************************************
* Compiler-specific
******************************************/
#if defined(_MSC_VER) /* Visual Studio */
# include <stdlib.h> /* _byteswap_ulong */
# include <intrin.h> /* _byteswap_* */
#endif
/* ******************************************************************
mem.h