1 2 #ifndef _WINE_CABINET_PRECOMP_H 3 #define _WINE_CABINET_PRECOMP_H 4 5 #include <wine/config.h> 6 7 #define WIN32_NO_STATUS 8 #define _INC_WINDOWS 9 #define COM_NO_WINDOWS_H 10 11 #include "cabinet.h" 12 13 #include <wine/debug.h> 14 15 #endif /* !_WINE_CABINET_PRECOMP_H */ 16