OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / main-win / main-win-mmsystem.h
1 #pragma once
2
3 #include <windows.h>
4
5 /*
6  * Exclude parts of MMSYSTEM.H that are not needed
7  */
8 #define MMNODRV /* Installable driver support */
9 #define MMNOWAVE /* Waveform support */
10 #define MMNOMIDI /* MIDI support */
11 #define MMNOAUX /* Auxiliary audio support */
12 #define MMNOTIMER /* Timer support */
13 #define MMNOJOY /* Joystick support */
14 #define MMNOMCI /* MCI support */
15 #define MMNOMMIO /* Multimedia file I/O support */
16
17 /*
18  * Include some more files. Note: the Cygnus Cygwin compiler
19  * doesn't use mmsystem.h instead it includes the winmm library
20  * which performs a similar function.
21  */
22 #include <mmsystem.h>