mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-10 14:51:58 +00:00
windows: fixed the jpeg-turbo library build
This commit is contained in:
parent
36a07c51dc
commit
0878166c22
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
/* libjpeg-turbo build number */
|
/* libjpeg-turbo build number */
|
||||||
#define BUILD 0
|
#define BUILD "0"
|
||||||
|
|
||||||
/* How to obtain function inlining. */
|
/* How to obtain function inlining. */
|
||||||
#define INLINE __inline
|
#define INLINE __inline
|
||||||
|
|
||||||
/* Define to the full name of this package. */
|
/* Define to the full name of this package. */
|
||||||
#define PACKAGE_NAME libjpeg-turbo
|
#define PACKAGE_NAME "libjpeg-turbo"
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION 1.5.1
|
#define VERSION "1.5.1"
|
||||||
|
|
||||||
/* The size of `size_t', as computed by sizeof. */
|
/* The size of `size_t', as computed by sizeof. */
|
||||||
#undef SIZEOF_SIZE_T
|
#undef SIZEOF_SIZE_T
|
||||||
|
|
Loading…
Reference in a new issue