mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[MCIAVI32]
* Remove one time mciavi.h inclusion from the main header and put it back where it belongs. CORE-7716 svn path=/trunk/; revision=61777
This commit is contained in:
parent
48cab4c068
commit
a63971940f
2 changed files with 3 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include "private_mciavi.h"
|
||||
|
||||
#include <mciavi.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
static DWORD MCIAVI_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS);
|
||||
|
|
|
@ -21,18 +21,18 @@
|
|||
#ifndef __WINE_PRIVATE_MCIAVI_H
|
||||
#define __WINE_PRIVATE_MCIAVI_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <wingdi.h>
|
||||
#include <mmddk.h>
|
||||
#include <digitalv.h>
|
||||
#include <vfw.h>
|
||||
#include <wownt32.h>
|
||||
#include <mciavi.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mciavi);
|
||||
|
|
Loading…
Reference in a new issue