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 */ 15