| OLD | NEW |
| 1 // Copyright 2014 PDFium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| 6 |
| 1 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */ | 7 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */ |
| 2 /* see jconfig.doc for explanations */ | 8 /* see jconfig.doc for explanations */ |
| 3 | 9 |
| 4 #define HAVE_PROTOTYPES | 10 #define HAVE_PROTOTYPES |
| 5 #define HAVE_UNSIGNED_CHAR | 11 #define HAVE_UNSIGNED_CHAR |
| 6 #define HAVE_UNSIGNED_SHORT | 12 #define HAVE_UNSIGNED_SHORT |
| 7 /* #define void char */ | 13 /* #define void char */ |
| 8 /* #define const */ | 14 /* #define const */ |
| 9 #undef CHAR_IS_UNSIGNED | 15 #undef CHAR_IS_UNSIGNED |
| 10 #define HAVE_STDDEF_H | 16 #define HAVE_STDDEF_H |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 #undef RLE_SUPPORTED /* Utah RLE image file format */ | 42 #undef RLE_SUPPORTED /* Utah RLE image file format */ |
| 37 #define TARGA_SUPPORTED /* Targa image file format */ | 43 #define TARGA_SUPPORTED /* Targa image file format */ |
| 38 | 44 |
| 39 #define TWO_FILE_COMMANDLINE /* optional */ | 45 #define TWO_FILE_COMMANDLINE /* optional */ |
| 40 #define USE_SETMODE /* Microsoft has setmode() */ | 46 #define USE_SETMODE /* Microsoft has setmode() */ |
| 41 #undef NEED_SIGNAL_CATCHER | 47 #undef NEED_SIGNAL_CATCHER |
| 42 #undef DONT_USE_B_MODE | 48 #undef DONT_USE_B_MODE |
| 43 #undef PROGRESS_REPORT /* optional */ | 49 #undef PROGRESS_REPORT /* optional */ |
| 44 | 50 |
| 45 #endif /* JPEG_CJPEG_DJPEG */ | 51 #endif /* JPEG_CJPEG_DJPEG */ |
| OLD | NEW |