mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 23:49:43 +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
|
* PROGRAMMER: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "priv.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define YDEBUG
|
#define YDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
@ -1761,4 +1761,3 @@ MMixerAddEvent(
|
||||||
InsertTailList(&MixerInfo->EventList, &EventData->Entry);
|
InsertTailList(&MixerInfo->EventList, &EventData->Entry);
|
||||||
return MM_STATUS_SUCCESS;
|
return MM_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* PROGRAMMER: Johannes Anderwald
|
* PROGRAMMER: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "priv.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define YDEBUG
|
#define YDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* PROGRAMMER: Johannes Anderwald
|
* PROGRAMMER: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "priv.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define YDEBUG
|
#define YDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* PROGRAMMER: Johannes Anderwald
|
* PROGRAMMER: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "priv.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define YDEBUG
|
#define YDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include <ntddk.h>
|
#include <wdm.h>
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#define NOBITMAP
|
#define NOBITMAP
|
||||||
#include <mmreg.h>
|
#include <mmreg.h>
|
|
@ -6,7 +6,7 @@
|
||||||
* PROGRAMMER: Johannes Anderwald
|
* PROGRAMMER: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "priv.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define YDEBUG
|
#define YDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
@ -865,4 +865,3 @@ MMixerInitializePinConnect(
|
||||||
PinConnect->Priority.PriorityClass = KSPRIORITY_NORMAL;
|
PinConnect->Priority.PriorityClass = KSPRIORITY_NORMAL;
|
||||||
PinConnect->Priority.PrioritySubClass = 1;
|
PinConnect->Priority.PrioritySubClass = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* PROGRAMMER: Johannes Anderwald
|
* PROGRAMMER: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "priv.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define YDEBUG
|
#define YDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
@ -1289,8 +1289,3 @@ MMixerCreateTopology(
|
||||||
/* done */
|
/* done */
|
||||||
return MM_STATUS_SUCCESS;
|
return MM_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* PROGRAMMER: Johannes Anderwald
|
* PROGRAMMER: Johannes Anderwald
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "priv.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
#define YDEBUG
|
#define YDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
@ -711,4 +711,3 @@ MMixerGetWaveDevicePath(
|
||||||
/* done */
|
/* done */
|
||||||
return MM_STATUS_SUCCESS;
|
return MM_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue