mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:22:57 +00:00
[MMENT4]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61512
This commit is contained in:
parent
cc81fe78db
commit
ccdd3178ef
3 changed files with 10 additions and 5 deletions
|
@ -8,9 +8,11 @@
|
||||||
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
|
* PROGRAMMERS: Andrew Greenwood (silverblade@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define NDEBUG
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <winioctl.h>
|
||||||
|
#include <ntddsnd.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Convenience routine for getting the path of a device and opening it.
|
Convenience routine for getting the path of a device and opening it.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <mment4.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This is the "nice" way to discover audio devices in NT4 - go into the
|
This is the "nice" way to discover audio devices in NT4 - go into the
|
||||||
service registry key and enumerate the Parameters\Device*\Devices
|
service registry key and enumerate the Parameters\Device*\Devices
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
#include <windows.h>
|
#include <stdarg.h>
|
||||||
#include <mmsystem.h>
|
#include <windef.h>
|
||||||
|
#include <winbase.h>
|
||||||
|
#include <winreg.h>
|
||||||
|
#include <winuser.h>
|
||||||
#include <mmddk.h>
|
#include <mmddk.h>
|
||||||
#include <ntddsnd.h>
|
|
||||||
#include <sndnames.h>
|
#include <sndnames.h>
|
||||||
#include <sndtypes.h>
|
#include <sndtypes.h>
|
||||||
#include <mmebuddy.h>
|
#include <mmebuddy.h>
|
||||||
#include <mment4.h>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue