- New ERESOURCE implementation: fixes the return value of some functions (VOID vs...
[reactos.git] / reactos / include / wine / wtypes.h
1 #include_next <wtypes.h>
2
3 #ifndef __WINE_WTYPES_H
4 #define __WINE_WTYPES_H
5
6 /* Should be in MSHCTX enum but is not in w32api */
7 #define MSHCTX_CROSSCTX 4
8
9 #endif /* __WINE_WTYPES_H */