mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
13 lines
213 B
C
13 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_ */
|