mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MMENT4]
* Add a PCH. svn path=/trunk/; revision=52983
This commit is contained in:
@@ -11,4 +11,5 @@ list(APPEND SOURCE
|
||||
control.c)
|
||||
|
||||
add_library(mment4 ${SOURCE})
|
||||
add_pch(mment4 precomp.h)
|
||||
add_dependencies(mment4 psdk)
|
||||
|
||||
@@ -9,14 +9,7 @@
|
||||
*/
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <mmddk.h>
|
||||
#include <ntddsnd.h>
|
||||
#include <sndtypes.h>
|
||||
#include <mmebuddy.h>
|
||||
#include <mment4.h>
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
Convenience routine for getting the path of a device and opening it.
|
||||
|
||||
@@ -11,15 +11,7 @@
|
||||
* PROGRAMMERS: Andrew Greenwood ([email protected])
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <mmddk.h>
|
||||
#include <ntddsnd.h>
|
||||
#include <sndnames.h>
|
||||
#include <sndtypes.h>
|
||||
|
||||
#include <mmebuddy.h>
|
||||
#include <mment4.h>
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
This is the "nice" way to discover audio devices in NT4 - go into the
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
<define name="DEBUG_NT4">1</define>
|
||||
<file>detect.c</file>
|
||||
<file>registry.c</file>
|
||||
<file>control.c</file>
|
||||
<file>control.c</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <mmddk.h>
|
||||
#include <ntddsnd.h>
|
||||
#include <sndnames.h>
|
||||
#include <sndtypes.h>
|
||||
#include <mmebuddy.h>
|
||||
#include <mment4.h>
|
||||
@@ -8,16 +8,7 @@
|
||||
* PROGRAMMERS: Andrew Greenwood ([email protected])
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
#include <mmddk.h>
|
||||
#include <ntddsnd.h>
|
||||
|
||||
#include <sndnames.h>
|
||||
#include <sndtypes.h>
|
||||
|
||||
#include <mmebuddy.h>
|
||||
#include <mment4.h>
|
||||
#include "precomp.h"
|
||||
|
||||
/*
|
||||
Open the parameters key of a sound driver.
|
||||
|
||||
Reference in New Issue
Block a user