linux fixes
[reactos.git] / reactos / include / wine / shellapi.h
1 /* $Id$
2 *
3 * Compatibility header
4 *
5 * This header is wrapper to allow compilation of Wine DLLs under ReactOS
6 * build system. It contains definitions commonly refered to as Wineisms
7 * and definitions that are missing in w32api.
8 */
9
10 #include_next <shellapi.h>
11
12 #ifndef _WINE_SHELLAPI_H
13 #define _WINE_SHELLAPI_H
14
15 #define SHGFI_UNKNOWN1 0x000000020
16 #define SHGFI_UNKNOWN2 0x000000040
17 #define SHGFI_UNKNOWN3 0x000000080
18 #endif