From 273d976663aa3ff693090c8ae4fc6b8308aa4ecf Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 16 Sep 2003 07:26:13 +0000 Subject: [PATCH] library file for d mars git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- lib/_sc/winmm32_sc.def | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/_sc/winmm32_sc.def diff --git a/lib/_sc/winmm32_sc.def b/lib/_sc/winmm32_sc.def new file mode 100644 index 0000000000..d19ccf55a1 --- /dev/null +++ b/lib/_sc/winmm32_sc.def @@ -0,0 +1,12 @@ +LIBRARY winmm +EXETYPE NT +SUBSYSTEM WINDOWS +EXPORTS + _WSACleanup@0 = WSACleanup + + _PlaySoundA@12 = PlaySoundA + _joyReleaseCapture@4 = joyReleaseCapture + _joySetCapture@16 = joySetCapture + _joyGetDevCapsA@12 = joyGetDevCapsA + _joyGetPos@8 = joyGetPos + _joyGetNumDevs@0 = joyGetNumDevs