mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[MMIXER]
* Properly name the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61970
This commit is contained in:
@@ -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
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user