reactos/dll/directx/wine/qedit/precomp.h
2018-03-08 13:43:36 +01:00

14 lines
213 B
C

#ifndef _QEDIT_PRECOMP_H_
#define _QEDIT_PRECOMP_H_
#define WIN32_LEAN_AND_MEAN
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#include "qedit_private.h"
#include <wine/debug.h>
#endif /* !_QEDIT_PRECOMP_H_ */