mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[MCIAVI32]
* Set the default debugging channel globally through the main header. CORE-7716 svn path=/trunk/; revision=61392
This commit is contained in:
parent
7286365580
commit
5d6fb77f85
5 changed files with 4 additions and 18 deletions
|
@ -18,12 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
//#include <string.h>
|
||||
#include "private_mciavi.h"
|
||||
#include <wine/debug.h>
|
||||
//#include "wine/unicode.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mciavi);
|
||||
|
||||
/**************************************************************************
|
||||
* MCIAVI_ConvertFrameToTimeFormat [internal]
|
||||
|
|
|
@ -37,12 +37,9 @@
|
|||
* audio is played... still should be stopped ASAP
|
||||
*/
|
||||
|
||||
//#include <string.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);
|
||||
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
*/
|
||||
|
||||
#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)
|
||||
{
|
||||
|
|
|
@ -27,15 +27,16 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
//#include "winbase.h"
|
||||
#include <wingdi.h>
|
||||
//#include "winuser.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);
|
||||
|
||||
struct MMIOPos {
|
||||
DWORD dwOffset;
|
||||
DWORD dwSize;
|
||||
|
|
|
@ -19,11 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
//#include <string.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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue