mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
5ea055c5ca
--HG-- extra : rebase_source : 919c1758fadeb4ef83c760d3f9a1c5db50f61529
8 lines
208 B
C
8 lines
208 B
C
#define VERSION "1.5.2"
|
|
#define BUILD "2017-07-07"
|
|
#define PACKAGE_NAME "libjpeg-turbo"
|
|
|
|
/* Need to use Mozilla-specific function inlining. */
|
|
#include "mozilla/Attributes.h"
|
|
#define INLINE MOZ_ALWAYS_INLINE
|