Keeping all function definitions from both previous versions.

Signed-off-by: Martin Storsjö <mar...@martin.st>
---
 mingw-w64-crt/{lib64 => lib-common}/winmm.def |  21 ++-
 mingw-w64-crt/libarm32/winmm.def              | 200 --------------------------
 2 files changed, 14 insertions(+), 207 deletions(-)
 rename mingw-w64-crt/{lib64 => lib-common}/winmm.def (93%)
 delete mode 100644 mingw-w64-crt/libarm32/winmm.def

diff --git a/mingw-w64-crt/lib64/winmm.def b/mingw-w64-crt/lib-common/winmm.def
similarity index 93%
rename from mingw-w64-crt/lib64/winmm.def
rename to mingw-w64-crt/lib-common/winmm.def
index 5bbd7ad..5343fe9 100644
--- a/mingw-w64-crt/lib64/winmm.def
+++ b/mingw-w64-crt/lib-common/winmm.def
@@ -1,11 +1,6 @@
-; 
-; Exports of file WINMM.dll
-;
-; Autogenerated by gen_exportdef
-; Written by Kai Tietz, 2007
-;
-LIBRARY WINMM.dll
+LIBRARY "WINMM.dll"
 EXPORTS
+mciExecute
 CloseDriver
 DefDriverProc
 DriverCallback
@@ -13,14 +8,18 @@ DrvGetModuleHandle
 GetDriverModuleHandle
 MigrateAllDrivers
 MigrateSoundEvents
+NotifyCallbackData
 OpenDriver
 PlaySound
 PlaySoundA
 PlaySoundW
 SendDriverMessage
+WOW32DriverCallback
+WOW32ResolveMultiMediaHandle
 WOWAppExit
 WinmmLogoff
 WinmmLogon
+aux32Message
 auxGetDevCapsA
 auxGetDevCapsW
 auxGetNumDevs
@@ -38,6 +37,7 @@ gfxLogon
 gfxModifyGfx
 gfxOpenGfx
 gfxRemoveGfx
+joy32Message
 joyConfigChanged
 joyGetDevCapsA
 joyGetDevCapsW
@@ -48,6 +48,7 @@ joyGetThreshold
 joyReleaseCapture
 joySetCapture
 joySetThreshold
+mci32Message
 mciDriverNotify
 mciDriverYield
 mciExecute
@@ -68,6 +69,7 @@ mciSendStringA
 mciSendStringW
 mciSetDriverData
 mciSetYieldProc
+mid32Message
 midiConnect
 midiDisconnect
 midiInAddBuffer
@@ -153,8 +155,11 @@ mmioStringToFOURCCA
 mmioStringToFOURCCW
 mmioWrite
 mmsystemGetVersion
+mod32Message
+mxd32Message
 sndPlaySoundA
 sndPlaySoundW
+tid32Message
 timeBeginPeriod
 timeEndPeriod
 timeGetDevCaps
@@ -203,3 +208,5 @@ waveOutUnprepareHeader
 waveOutWrite
 winmmDbgOut
 winmmSetDebugLevel
+wid32Message
+wod32Message
diff --git a/mingw-w64-crt/libarm32/winmm.def b/mingw-w64-crt/libarm32/winmm.def
deleted file mode 100644
index 683dda4..0000000
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to