mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[PSDK] Add extern "C" for c++ code in mmddk.h
This commit is contained in:
parent
2dfa6f2979
commit
e6eec56a44
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
#include <mmsystem.h>
|
||||
#include <winbase.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Maxium drivers */
|
||||
#define MAXWAVEDRIVERS 10
|
||||
|
||||
|
@ -480,4 +484,8 @@ DWORD WINAPI mmGetCurrentTask(void);
|
|||
|
||||
#include <poppack.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* __MMDDK_H */
|
||||
|
|
Loading…
Reference in a new issue