mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
22 lines
322 B
C
22 lines
322 B
C
|
|
#ifndef _QMGR_PRECOMP_H_
|
|
#define _QMGR_PRECOMP_H_
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winsvc.h>
|
|
#include <objbase.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#include "qmgr.h"
|
|
|
|
#endif /* !_QMGR_PRECOMP_H_ */
|