Start \\Device\\USBFDOx names at index 0.
[reactos.git] / reactos / include / wine / wingdi.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 #ifndef __WINE_GDI_H
9 #define __WINE_GDI_H
10
11 #define NTM_PS_OPENTYPE 0x00020000 /* wingdi.h */
12 #define NTM_TT_OPENTYPE 0x00040000 /* wingdi.h */
13 #define NTM_TYPE1 0x00100000 /* wingdi.h */
14
15 #include_next <wingdi.h>
16
17 #endif /* __WINE_GDI_H */