reactos/dll/win32/objsel/precomp.h
2018-03-20 12:35:24 +01:00

14 lines
211 B
C

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