ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1
2#ifndef _WINEACM_PRECOMP_H
3#define _WINEACM_PRECOMP_H
4
5#include <stdarg.h>
6
7#define WIN32_NO_STATUS
8#define NOBITMAP
9
10#include "wineacm.h"
11
12#include <wine/debug.h>
13
14#endif /* !_WINEACM_PRECOMP_H */