Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
3ed3ac9ea9
  1. 4
      crypto777/jpeg/jconfig.h

4
crypto777/jpeg/jconfig.h

@ -30,7 +30,11 @@ typedef unsigned char boolean;
#ifdef JPEG_INTERNALS
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
#ifdef WIN32
#define INLINE
#else
#define INLINE __inline__
#endif
/* These are for configuring the JPEG memory manager. */
/* #undef DEFAULT_MAX_MEM */
/* #undef NO_MKTEMP */

Loading…
Cancel
Save