ReactOS 0.4.15-dev-7958-gcd0bb1a
precomp.h
Go to the documentation of this file.
1//#pragma once
2
3#ifndef __REACTOS__
4
5#define WIN32_LEAN_AND_MEAN
6#include <Windows.h>
7#include <windowsx.h>
8#include <setupapi.h>
9#include <cfgmgr32.h>
10#include <commctrl.h>
11#include <Uxtheme.h>
12#include <richedit.h>
13
14#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
15#include <tchar.h>
16#include <atlbase.h>
17#include <atlstr.h>
18#include <atlcoll.h>
19
20#include <strsafe.h>
21
22
23#define WINE_DEFAULT_DEBUG_CHANNEL(t)
24
25#include "resource.h"
26
27
28#else
29
30#include <string.h>
31#include <wchar.h>
32
33#include <tchar.h>
34#include <windef.h>
35#include <winbase.h>
36#include <winreg.h>
37#include <wingdi.h>
38#include <winnls.h>
39#include <wincon.h>
40#include <shlobj.h>
41#include <shlwapi.h>
42#include <strsafe.h>
43
44#include <commctrl.h>
45#include <cfgmgr32.h>
46#include <uxtheme.h>
47
48#include <atlbase.h>
49#include <atlstr.h>
50#include <atlcoll.h>
51
52//WINE_DEFAULT_DEBUG_CHANNEL(charmap);
53
54#endif