Author: hyperion Date: Fri Aug 7 04:24:46 2009 New Revision: 42452
URL: http://svn.reactos.org/svn/reactos?rev=42452&view=rev Log: See r42442. One of the affected files was duplicated, so we duplicate the fix
Added: trunk/reactos/include/reactos/libs/libjpeg/libjpeg.reactos.diff Modified: trunk/reactos/include/reactos/libs/libjpeg/jmorecfg.h
Modified: trunk/reactos/include/reactos/libs/libjpeg/jmorecfg.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/libjpe... ============================================================================== --- trunk/reactos/include/reactos/libs/libjpeg/jmorecfg.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/libs/libjpeg/jmorecfg.h [iso-8859-1] Fri Aug 7 04:24:46 2009 @@ -24,7 +24,6 @@
#if (defined (_MSC_VER) && (_MSC_VER >= 800)) #define HAVE_UNSIGNED_CHAR -#define HAVE_ALL_INTS #define EXTERN(type) extern type __cdecl #endif
@@ -240,7 +239,7 @@ /* a function referenced thru EXTERNs: */ #define GLOBAL(type) type JPEG_API /* a reference to a GLOBAL function: */ -#ifndef EXTERN +#ifndef EXTERN # define EXTERN(type) extern JPEG_IMPEXP type JPEG_API /* a reference to a "GLOBAL" function exported by sourcefiles of utility progs */ #endif /* EXTERN */
Added: trunk/reactos/include/reactos/libs/libjpeg/libjpeg.reactos.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/libjpe... ============================================================================== --- trunk/reactos/include/reactos/libs/libjpeg/libjpeg.reactos.diff (added) +++ trunk/reactos/include/reactos/libs/libjpeg/libjpeg.reactos.diff [iso-8859-1] Fri Aug 7 04:24:46 2009 @@ -1,0 +1,12 @@ +Index: include/reactos/libs/libjpeg/jmorecfg.h +=================================================================== +--- include/reactos/libs/libjpeg/jmorecfg.h (revision 42441) ++++ include/reactos/libs/libjpeg/jmorecfg.h (working copy) +@@ -24,7 +24,6 @@ + + #if (defined (_MSC_VER) && (_MSC_VER >= 800)) + #define HAVE_UNSIGNED_CHAR +-#define HAVE_ALL_INTS + #define EXTERN(type) extern type __cdecl + #endif +