[MMEBUDDY]

* Add a PCH.

svn path=/trunk/; revision=52982
This commit is contained in:
Amine Khaldi
2011-07-28 16:17:04 +00:00
parent 5d6fa88775
commit 935598ba6f
21 changed files with 28 additions and 115 deletions
@@ -26,4 +26,5 @@ list(APPEND SOURCE
wave/streaming.c)
add_library(mmebuddy ${SOURCE})
add_pch(mmebuddy precomp.h)
add_dependencies(mmebuddy psdk)
@@ -9,14 +9,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Standard MME driver entry-point for messages relating to auxiliary devices.
@@ -8,12 +8,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Obtains the capabilities of a sound device. This routine ensures that the
@@ -8,10 +8,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Restrain ourselves from flooding the kernel device!
@@ -8,12 +8,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
ULONG SoundDeviceCounts[SOUND_DEVICE_TYPES];
PSOUND_DEVICE SoundDeviceListHeads[SOUND_DEVICE_TYPES];
@@ -10,10 +10,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Attaches a function table to a sound device. Any NULL entries in this
+1 -5
View File
@@ -9,11 +9,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Wraps around CreateFile in order to provide a simpler interface tailored
@@ -9,14 +9,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Standard MME driver entry-point for messages relating to MIDI input.
@@ -9,14 +9,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Standard MME driver entry-point for messages relating to MIDI output.
@@ -9,14 +9,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#undef NDEBUG
#include <mmebuddy.h>
#include "precomp.h"
MMRESULT
MmeGetLineInfo(
@@ -7,11 +7,11 @@
<file>devicelist.c</file>
<file>deviceinstance.c</file>
<file>functiontable.c</file>
<file>mmewrap.c</file>
<file>mmewrap.c</file>
<file>reentrancy.c</file>
<file>utility.c</file>
<file>kernel.c</file>
<file>thread.c</file>
<file>thread.c</file>
<directory name="wave">
<file>widMessage.c</file>
<file>wodMessage.c</file>
@@ -29,4 +29,5 @@
<directory name="auxiliary">
<file>auxMessage.c</file>
</directory>
<pch>precomp.h</pch>
</module>
+1 -6
View File
@@ -8,12 +8,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
@@ -0,0 +1,6 @@
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
@@ -8,12 +8,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
HANDLE EntrypointMutexes[SOUND_DEVICE_TYPES];
+1 -5
View File
@@ -8,11 +8,7 @@
* PROGRAMMERS: Andrew Greenwood ([email protected])
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <mmebuddy.h>
#include "precomp.h"
DWORD WINAPI
SoundThreadMain(
+1 -5
View File
@@ -8,11 +8,7 @@
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <mmebuddy.h>
#include "precomp.h"
static HANDLE ProcessHeapHandle = NULL;
static UINT CurrentAllocations = 0;
@@ -8,12 +8,7 @@
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
MMRESULT
QueryWaveDeviceFormatSupport(
@@ -8,12 +8,7 @@
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <mmebuddy.h>
#include <sndtypes.h>
#include "precomp.h"
/*
@@ -8,12 +8,7 @@
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <mmebuddy.h>
#include <sndtypes.h>
#include "precomp.h"
/*
@@ -9,14 +9,7 @@
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
/*
Standard MME driver entry-point for messages relating to wave audio
@@ -9,14 +9,7 @@
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
*/
#include <windows.h>
#include <mmsystem.h>
#include <mmddk.h>
#include <ntddsnd.h>
#include <sndtypes.h>
#include <mmebuddy.h>
#include "precomp.h"
#if 0
MMRESULT HelloWorld(PSOUND_DEVICE_INSTANCE Instance, PVOID String)