mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
8 lines
210 B
C
8 lines
210 B
C
#define VERSION "1.2.1"
|
|
#define BUILD "2012-06-30"
|
|
#define PACKAGE_NAME "libjpeg-turbo"
|
|
|
|
/* Need to use Mozilla-specific function inlining. */
|
|
#include "mozilla/Attributes.h"
|
|
#define INLINE MOZ_ALWAYS_INLINE
|