ccc73ff838120f7aeb768c9e9212bbc5424ed592
[reactos.git] / reactos / base / shell / explorer / precomp.h
1 /*
2 * Copyright 2004 Martin Fuchs
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18
19
20 //
21 // Explorer clone - precompiled header support
22 //
23 // precomp.h
24 //
25 // Martin Fuchs, 17.05.2004
26 //
27
28 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
29 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT 1
30
31 #define WIN32_NO_STATUS
32 #define _INC_WINDOWS
33 #define COM_NO_WINDOWS_H
34 #include <stdarg.h>
35 #include <windef.h>
36 #include <winbase.h>
37 #include <winreg.h>
38 #include <wingdi.h>
39 #include <winnls.h>
40 #include <wincon.h>
41 #include <ole2.h>
42 #include <shlwapi.h>
43
44 #include "utility/utility.h"
45
46 #include "explorer.h"
47 #include "desktop/desktop.h"
48
49 #include "globals.h"
50 #include "externals.h"