mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
13 lines
220 B
C
13 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__ */
|