[MCIAVI32]

* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61392
This commit is contained in:
Amine Khaldi 2013-12-24 22:56:27 +00:00
parent 7286365580
commit 5d6fb77f85
5 changed files with 4 additions and 18 deletions

View file

@ -18,12 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
//#include <string.h>
#include "private_mciavi.h" #include "private_mciavi.h"
#include <wine/debug.h>
//#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(mciavi);
/************************************************************************** /**************************************************************************
* MCIAVI_ConvertFrameToTimeFormat [internal] * MCIAVI_ConvertFrameToTimeFormat [internal]

View file

@ -37,12 +37,9 @@
* audio is played... still should be stopped ASAP * audio is played... still should be stopped ASAP
*/ */
//#include <string.h>
#include "private_mciavi.h" #include "private_mciavi.h"
#include <wine/debug.h>
#include <wine/unicode.h>
WINE_DEFAULT_DEBUG_CHANNEL(mciavi); #include <wine/unicode.h>
static DWORD MCIAVI_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS); static DWORD MCIAVI_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS);

View file

@ -20,9 +20,6 @@
*/ */
#include "private_mciavi.h" #include "private_mciavi.h"
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mciavi);
static BOOL MCIAVI_GetInfoAudio(WINE_MCIAVI* wma, const MMCKINFO* mmckList, MMCKINFO *mmckStream) static BOOL MCIAVI_GetInfoAudio(WINE_MCIAVI* wma, const MMCKINFO* mmckList, MMCKINFO *mmckStream)
{ {

View file

@ -27,15 +27,16 @@
#include <stdarg.h> #include <stdarg.h>
#include <windef.h> #include <windef.h>
//#include "winbase.h"
#include <wingdi.h> #include <wingdi.h>
//#include "winuser.h"
#include <mmddk.h> #include <mmddk.h>
#include <digitalv.h> #include <digitalv.h>
#include <vfw.h> #include <vfw.h>
#include <wownt32.h> #include <wownt32.h>
#include <mciavi.h> #include <mciavi.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mciavi);
struct MMIOPos { struct MMIOPos {
DWORD dwOffset; DWORD dwOffset;
DWORD dwSize; DWORD dwSize;

View file

@ -19,11 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
//#include <string.h>
#include "private_mciavi.h" #include "private_mciavi.h"
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mciavi);
static const WCHAR mciaviW[] = {'M','C','I','A','V','I',0}; static const WCHAR mciaviW[] = {'M','C','I','A','V','I',0};