mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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_ */
|