mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
15 lines
248 B
C
15 lines
248 B
C
|
|
#ifndef _WINE_CABINET_PRECOMP_H
|
|
#define _WINE_CABINET_PRECOMP_H
|
|
|
|
#include <wine/config.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include "cabinet.h"
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_WINE_CABINET_PRECOMP_H */
|