mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
14 lines
213 B
C
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_ */
|