* Properly name the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61970
This commit is contained in:
Amine Khaldi 2014-02-04 10:36:20 +00:00
parent b0473f435a
commit 24209ff3c8
8 changed files with 8 additions and 16 deletions

View file

@ -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;
}

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>

View file

@ -6,7 +6,7 @@
* PROGRAMMER: Johannes Anderwald
*/
#include "priv.h"
#include "precomp.h"
#define YDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
#include <ntddk.h>
#include <wdm.h>
#include <windef.h>
#define NOBITMAP
#include <mmreg.h>

View file

@ -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;
}

View file

@ -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;
}

View file

@ -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;
}