reactos/dll/win32/mstask/precomp.h
2018-03-18 12:39:13 +01:00

14 lines
220 B
C

#ifndef __MSTASK_PRECOMP_H__
#define __MSTASK_PRECOMP_H__
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include "mstask_private.h"
#include <wine/debug.h>
#endif /* !__MSTASK_PRECOMP_H__ */