mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
16 lines
248 B
C
16 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 */
|