mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
13 lines
211 B
C
13 lines
211 B
C
|
|
#ifndef _MCIAVI_PRECOMP_H
|
|
#define _MCIAVI_PRECOMP_H
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include "private_mciavi.h"
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_MCIAVI_PRECOMP_H */
|