* 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:
Amine Khaldi 2014-01-04 10:15:33 +00:00
parent cc81fe78db
commit ccdd3178ef
3 changed files with 10 additions and 5 deletions

View file

@ -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.
*/ */

View file

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

View file

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