[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:
Amine Khaldi 2014-01-23 17:53:38 +00:00
parent 48cab4c068
commit a63971940f
2 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@
#include "private_mciavi.h"
#include <mciavi.h>
#include <wine/unicode.h>
static DWORD MCIAVI_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS);

View file

@ -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);