optimize hide curs lite. so it does not tryung update the underlying surface hold...
[reactos.git] / reactos / include / wine / dlgs.h
1 /*
2 * Compatibility header
3 *
4 * This header is wrapper to allow compilation of Wine DLLs under ReactOS
5 * build system. It contains definitions commonly refered to as Wineisms
6 * and definitions that are missing in w32api.
7 */
8
9 #ifndef __WINE_DLGS_H
10 #define __WINE_DLGS_H
11
12 #define OFN_DONTADDTORECENT 0x02000000
13 #define OFN_ENABLEINCLUDENOTIFY 0x00400000
14 #define NEWFILEOPENORD 1547
15
16 #include_next <dlgs.h>
17
18 #endif /* __WINE_DLGS_H */