1 2 #ifndef _WINEACM_PRECOMP_H 3 #define _WINEACM_PRECOMP_H 4 5 #include <wine/config.h> 6 7 #include <stdarg.h> 8 9 #define WIN32_NO_STATUS 10 #define NOBITMAP 11 12 #include "wineacm.h" 13 14 #include <wine/debug.h> 15 #include <wine/unicode.h> 16 17 #endif /* !_WINEACM_PRECOMP_H */ 18