aboutsummaryrefslogtreecommitdiff
path: root/KaplaDemo/samples/sampleViewer3/IJGWin32/stdafx.h
blob: 141dab7bbdf4c0112bc6598492dc56497fc5fd9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers

// TODO: reference additional headers your program requires here
#include <stdio.h>
#include <windows.h>

#define JPEG_CJPEG_DJPEG
#define JPEG_INTERNALS
#define JPEG_CJPEG_DJPEG
#define PPM_SUPPORTED
#define TARGA_SUPPORTED
#define RLE_SUPPORTED
#define BMP_SUPPORTED
#define GIF_SUPPORTED

#include "cderror.h"
#include "cdjpeg.h"
#include "jchuff.h"
#include "jconfig.h"
#include "jdct.h"
#include "jdhuff.h"
#include "jerror.h"
#include "jinclude.h"
#include "jpegint.h"
#include "jlossls.h"
#include "jlossy.h"
#include "jmemsys.h"
#include "jmorecfg.h"
#include "jpeglib.h"
#include "jversion.h"
#include "transupp.h"
#include "rdswitch.h"
#include "jcodec.h"
#include "jcdiffct.h"
#include "jddiffct.h"