aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libjpeg-turbo/jconfigint-win.h
blob: 9fb8aaddfd1c0619f45db1d3f06d1db106e573bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "jconfigint-linux.h"

#undef INLINE
#define INLINE __forceinline

#undef HAVE_BUILTIN_CTZL

#undef WEAK
#define WEAK

#undef THREAD_LOCAL
#define THREAD_LOCAL __declspec(thread)