mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
15 lines
252 B
C
15 lines
252 B
C
|
|
||
|
#ifndef __WINE_DMUSIC_PRECOMP_H
|
||
|
#define __WINE_DMUSIC_PRECOMP_H
|
||
|
|
||
|
#include <wine/config.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#include "dmusic_private.h"
|
||
|
#include "dmobject.h"
|
||
|
|
||
|
#endif /* !__WINE_DMUSIC_PRECOMP_H */
|