mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MMSYS]
* Use mmsys.h as a PCH. svn path=/trunk/; revision=52958
This commit is contained in:
@@ -29,4 +29,5 @@ add_importlibs(mmsys
|
||||
ntdll
|
||||
kernel32)
|
||||
|
||||
add_pch(mmsys mmsys.h)
|
||||
add_cd_file(TARGET mmsys DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -8,14 +8,7 @@
|
||||
* Dmitry Chapyshev <[email protected]>
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include "mmsys.h"
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
VOID
|
||||
InitAudioDlg(HWND hwnd)
|
||||
|
||||
@@ -9,19 +9,7 @@
|
||||
* 2005/11/23 Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <initguid.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <setupapi.h>
|
||||
#include <devguid.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <debug.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
#include "mmsys.h"
|
||||
#include "resource.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
@@ -1,4 +1,16 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include <initguid.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <setupapi.h>
|
||||
#include <devguid.h>
|
||||
#include <debug.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
//typedef LONG (CALLBACK *APPLET_PROC)(VOID);
|
||||
|
||||
|
||||
@@ -18,4 +18,5 @@
|
||||
<file>audio.c</file>
|
||||
<file>voice.c</file>
|
||||
<file>mmsys.rc</file>
|
||||
<pch>mmsys.h</pch>
|
||||
</module>
|
||||
|
||||
@@ -8,15 +8,7 @@
|
||||
* Dmitry Chapyshev <[email protected]>
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <setupapi.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include "mmsys.h"
|
||||
#include "resource.h"
|
||||
#include <debug.h>
|
||||
|
||||
struct __APP_MAP__;
|
||||
|
||||
|
||||
@@ -8,13 +8,7 @@
|
||||
* Dmitry Chapyshev <[email protected]>
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include "mmsys.h"
|
||||
#include "resource.h"
|
||||
|
||||
/* Voice property page dialog callback */
|
||||
INT_PTR CALLBACK
|
||||
|
||||
@@ -8,14 +8,7 @@
|
||||
* Dmitry Chapyshev <[email protected]>
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <setupapi.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include "mmsys.h"
|
||||
#include "resource.h"
|
||||
|
||||
#define VOLUME_DIVIDER 0xFFF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user