summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2013-01-01 16:11:32 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2013-01-01 16:11:32 +0000
commitad80ff6c3f58529f95ca71d4ec397df6cb7eb25d (patch)
tree965b7d6f81b42ce36d685246ea1d067b88067111 /src/osd/windows
parente000eedfbbc6c8b5edd9f9e738e2ef12c9f326dc (diff)
portmidi: Initial commit. [R. Belmont]
(nw: this isn't enabled to compile yet, this is just to make it easier to run the final tests on my Mac and my Windows laptop)
Diffstat (limited to 'src/osd/windows')
-rw-r--r--src/osd/windows/winmidi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/windows/winmidi.c b/src/osd/windows/winmidi.c
new file mode 100644
index 00000000000..e233a992004
--- /dev/null
+++ b/src/osd/windows/winmidi.c
@@ -0,0 +1 @@
+#include "../portmedia/pmmidi.c"