mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 10:03:56 +00:00
Fix mmsystem.h
svn path=/trunk/; revision=39725
This commit is contained in:
parent
4a4536189b
commit
39deec0a24
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
/*
|
||||
* Multimedia declarations
|
||||
*/
|
||||
|
||||
#ifndef _MMSYSTEM_H
|
||||
#define _MMSYSTEM_H
|
||||
|
@ -1045,7 +1048,7 @@ typedef struct tWAVEFORMATEX {
|
|||
WORD cbSize;
|
||||
} WAVEFORMATEX,*PWAVEFORMATEX,*LPWAVEFORMATEX;
|
||||
|
||||
typedef const WAVEFORMATEX *LPCWAVEFORMATEX;
|
||||
typedef const struct tWAVEFORMATEX *LPCWAVEFORMATEX;
|
||||
#endif
|
||||
|
||||
DECLARE_HANDLE(HMIDI);
|
||||
|
|
Loading…
Reference in a new issue