mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
7 lines
208 B
C
7 lines
208 B
C
|
|
#define VERSION "1.5.1"
|
||
|
|
#define BUILD "2016-09-20"
|
||
|
|
#define PACKAGE_NAME "libjpeg-turbo"
|
||
|
|
|
||
|
|
/* Need to use Mozilla-specific function inlining. */
|
||
|
|
#include "mozilla/Attributes.h"
|
||
|
|
#define INLINE MOZ_ALWAYS_INLINE
|