Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / dll / directx / wine / qedit / precomp.h
1
2 #ifndef _QEDIT_PRECOMP_H_
3 #define _QEDIT_PRECOMP_H_
4
5 #define WIN32_LEAN_AND_MEAN
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8
9 #include "qedit_private.h"
10
11 #include <wine/debug.h>
12
13 #endif /* !_QEDIT_PRECOMP_H_ */