mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 23:44:40 +08:00
Fix mmsystem.h
svn path=/trunk/; revision=39725
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user