reactos/dll/win32/objsel/precomp.h

14 lines
211 B
C
Raw Normal View History

#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 */