reactos/dll/win32/msacm32/precomp.h

15 lines
199 B
C
Raw Normal View History

#ifndef _WINEACM_PRECOMP_H
#define _WINEACM_PRECOMP_H
#include <stdarg.h>
#define WIN32_NO_STATUS
#define NOBITMAP
#include "wineacm.h"
#include <wine/debug.h>
#endif /* !_WINEACM_PRECOMP_H */