ReactOS 0.4.15-dev-6656-gbbb33a6
precomp.h
Go to the documentation of this file.
1#ifndef _MSPAINT_H
2#define _MSPAINT_H
3
4#ifdef NDEBUG
5 #undef DBG
6 #undef _DEBUG
7#endif
8
9#include <windef.h>
10#include <winbase.h>
11#include <winuser.h>
12#include <wingdi.h>
13#include <tchar.h>
14#include <atlbase.h>
15#include <atlcom.h>
16#include <atlpath.h>
17#include <atlstr.h>
18#include <atlwin.h>
19#include <atltypes.h>
20#include <windowsx.h>
21#include <commdlg.h>
22#include <commctrl.h>
23#include <stdlib.h>
24#include <shellapi.h>
25#include <htmlhelp.h>
26#include "atlimagedx.h"
27#ifdef _DEBUG
28 #define _CRTDBG_MAP_ALLOC
29 #include <crtdbg.h>
30#endif
31
32#include <debug.h>
33
34#include "resource.h"
35#include "common.h"
36#include "drawing.h"
37#include "dib.h"
38#include "fullscreen.h"
39#include "history.h"
40#include "miniature.h"
41#include "palette.h"
42#include "palettemodel.h"
43#include "registry.h"
44#include "selectionmodel.h"
45#include "sizebox.h"
46#include "canvas.h"
47#include "textedit.h"
48#include "toolbox.h"
49#include "toolsettings.h"
50#include "toolsmodel.h"
51#include "winproc.h"
52#include "dialogs.h"
53#include <ui/CWaitCursor.h>
54#include "globalvar.h"
55
56#endif /* _MSPAINT_H */