xref: /reactos/dll/win32/objsel/precomp.h (revision 51fd824e)
1 
2 #ifndef _OBJSEL_PRECOMP_H
3 #define _OBJSEL_PRECOMP_H
4 
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 
9 #include "objsel_private.h"
10 
11 #include <wine/debug.h>
12 
13 #endif /* !_OBJSEL_PRECOMP_H */
14