mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-09 16:05:00 +00:00
libs: added required libjpeg-turbo definitions for Windows
This commit is contained in:
parent
5d9f912930
commit
36a07c51dc
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
/* libjpeg-turbo build number */
|
||||
#undef BUILD
|
||||
#define BUILD 0
|
||||
|
||||
/* How to obtain function inlining. */
|
||||
#define INLINE __inline
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
#define PACKAGE_NAME libjpeg-turbo
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
#define VERSION 1.5.1
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#undef SIZEOF_SIZE_T
|
||||
|
|
Loading…
Reference in a new issue