mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8 lines
208 B
C
8 lines
208 B
C
#define VERSION "1.3.1"
|
|
#define BUILD "2014-03-22"
|
|
#define PACKAGE_NAME "libjpeg-turbo"
|
|
|
|
/* Need to use Mozilla-specific function inlining. */
|
|
#include "mozilla/Attributes.h"
|
|
#define INLINE MOZ_ALWAYS_INLINE
|