Commit 2264b0c5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winmm: Make mmddk.h C++ compatible.

parent dd3e2be8
......@@ -26,6 +26,10 @@
#include <mmsystem.h>
#include <winbase.h>
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_MIDIINDRV (16)
/* For now I'm making 16 the maximum number of midi devices one can
* have. This should be more than enough for everybody. But as a purist,
......@@ -465,4 +469,8 @@ HANDLE WINAPI mmGetCurrentTask(void);
#include <poppack.h>
#ifdef __cplusplus
}
#endif
#endif /* __MMDDK_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment