Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: core/src/fxcodec/libjpeg/jconfig.h

Issue 303723004: Fix licenses in headers to pass Chromium's checklicenses tool. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 */
OLDNEW
« no previous file with comments | « core/src/fxcodec/fx_zlib/zlib_v128/trees.h ('k') | core/src/fxge/fx_freetype/fxft2.5.01/include/foxitnames.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698