mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
14 lines
211 B
C
14 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 */
|