mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
See r42442. One of the affected files was duplicated, so we duplicate the fix
svn path=/trunk/; revision=42452
This commit is contained in:
parent
6046aeca98
commit
3bcb06c85c
2 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
12
reactos/include/reactos/libs/libjpeg/libjpeg.reactos.diff
Normal file
12
reactos/include/reactos/libs/libjpeg/libjpeg.reactos.diff
Normal file
|
@ -0,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
|
||||
|
Loading…
Reference in a new issue