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