mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[MMSYS]
* Remove one time inclusions from the main header and put them back where they belong. * Improve the GUIDs situation. * Improve the main header. CORE-7716 svn path=/trunk/; revision=61697
This commit is contained in:
parent
363c81a378
commit
7d483f6921
4 changed files with 16 additions and 8 deletions
|
@ -11,6 +11,13 @@
|
|||
|
||||
#include "mmsys.h"
|
||||
|
||||
#include <winsvc.h>
|
||||
#include <shlwapi.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <initguid.h>
|
||||
#include <devguid.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
HWPD_STANDARDLIST = 0,
|
||||
|
|
|
@ -1,23 +1,19 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winsvc.h>
|
||||
#include <winuser.h>
|
||||
#include <shellapi.h>
|
||||
#include <mmsystem.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <initguid.h>
|
||||
#include <setupapi.h>
|
||||
#include <devguid.h>
|
||||
#include <debug.h>
|
||||
#include <shlwapi.h>
|
||||
#include <commdlg.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
//typedef LONG (CALLBACK *APPLET_PROC)(VOID);
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
#include "mmsys.h"
|
||||
|
||||
#include <commdlg.h>
|
||||
#include <debug.h>
|
||||
|
||||
struct __APP_MAP__;
|
||||
|
||||
typedef struct __LABEL_MAP__
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "mmsys.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
|
||||
#define VOLUME_DIVIDER 0xFFF
|
||||
|
||||
typedef struct _IMGINFO
|
||||
|
|
Loading…
Reference in a new issue