* Properly name the main header.
* Improve header inclusions.
CORE-7716
svn path=/trunk/; revision=61970
* PROGRAMMER: Johannes Anderwald
*/
-#include "priv.h"
+#include "precomp.h"
#define YDEBUG
#include <debug.h>
InsertTailList(&MixerInfo->EventList, &EventData->Entry);
return MM_STATUS_SUCCESS;
}
-
* PROGRAMMER: Johannes Anderwald
*/
-#include "priv.h"
+#include "precomp.h"
#define YDEBUG
#include <debug.h>
* PROGRAMMER: Johannes Anderwald
*/
-#include "priv.h"
+#include "precomp.h"
#define YDEBUG
#include <debug.h>
* PROGRAMMER: Johannes Anderwald
*/
-#include "priv.h"
+#include "precomp.h"
#define YDEBUG
#include <debug.h>
-#include <ntddk.h>
+#include <wdm.h>
#include <windef.h>
#define NOBITMAP
#include <mmreg.h>
* PROGRAMMER: Johannes Anderwald
*/
-#include "priv.h"
+#include "precomp.h"
#define YDEBUG
#include <debug.h>
PinConnect->Priority.PriorityClass = KSPRIORITY_NORMAL;
PinConnect->Priority.PrioritySubClass = 1;
}
-
* PROGRAMMER: Johannes Anderwald
*/
-#include "priv.h"
+#include "precomp.h"
#define YDEBUG
#include <debug.h>
/* done */
return MM_STATUS_SUCCESS;
}
-
-
-
-
-
* PROGRAMMER: Johannes Anderwald
*/
-#include "priv.h"
+#include "precomp.h"
#define YDEBUG
#include <debug.h>
/* done */
return MM_STATUS_SUCCESS;
}
-