mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08:00
[PSDK] Add extern "C" for c++ code in mmddk.h
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user