commit | 64b6287e83c17f3c787060303a9fdcbec31d4c00 | [log] [tgz] |
---|---|---|
author | Jörg Höhle <hoehle@users.sourceforge.net> | Tue Feb 16 09:32:53 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 22 13:18:26 2010 +0100 |
tree | f2baed9dbfb0bcde3198b5be814b0a7f4f3e9fec | |
parent | a8f1d2eb2f55f49fcbfe306946d37f3074eeab64 [diff] [blame] |
winmm: Accept the ancient, smaller MIDIHDR.
diff --git a/include/mmsystem.h b/include/mmsystem.h index dd9723a..d147bf3 100644 --- a/include/mmsystem.h +++ b/include/mmsystem.h
@@ -718,6 +718,7 @@ DWORD dwFlags; struct midihdr_tag *lpNext; DWORD_PTR reserved; + /* Win 32 extended the structure with these 2 fields */ DWORD dwOffset; DWORD_PTR dwReserved[8]; } MIDIHDR, *LPMIDIHDR;