mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[MMIXER]
* Properly name the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61970
This commit is contained in:
parent
b0473f435a
commit
24209ff3c8
8 changed files with 8 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#include "priv.h"
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
#include <debug.h>
|
||||
|
@ -1761,4 +1761,3 @@ MMixerAddEvent(
|
|||
InsertTailList(&MixerInfo->EventList, &EventData->Entry);
|
||||
return MM_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#include "priv.h"
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#include "priv.h"
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#include "priv.h"
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <ntddk.h>
|
||||
#include <wdm.h>
|
||||
#include <windef.h>
|
||||
#define NOBITMAP
|
||||
#include <mmreg.h>
|
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#include "priv.h"
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
#include <debug.h>
|
||||
|
@ -865,4 +865,3 @@ MMixerInitializePinConnect(
|
|||
PinConnect->Priority.PriorityClass = KSPRIORITY_NORMAL;
|
||||
PinConnect->Priority.PrioritySubClass = 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#include "priv.h"
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
#include <debug.h>
|
||||
|
@ -1289,8 +1289,3 @@ MMixerCreateTopology(
|
|||
/* done */
|
||||
return MM_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#include "priv.h"
|
||||
#include "precomp.h"
|
||||
|
||||
#define YDEBUG
|
||||
#include <debug.h>
|
||||
|
@ -711,4 +711,3 @@ MMixerGetWaveDevicePath(
|
|||
/* done */
|
||||
return MM_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue