diff options
author | callum_linden <none@none> | 2014-12-10 15:17:20 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2014-12-10 15:17:20 -0800 |
commit | 8c347a4832086df9e5e910f8d152bc8d3820212e (patch) | |
tree | 4f7ecdd5af455237a2f8c847e1a1b708f3d8d32f /indra/media_plugins/winmmshim/forwarding_api.cpp | |
parent | 2ebc3b0fb0e52c83c60066eb2182275d22a4cced (diff) |
Match up our usage of MS APIs with function prototypes in the new version of the API
Diffstat (limited to 'indra/media_plugins/winmmshim/forwarding_api.cpp')
-rwxr-xr-x | indra/media_plugins/winmmshim/forwarding_api.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/media_plugins/winmmshim/forwarding_api.cpp b/indra/media_plugins/winmmshim/forwarding_api.cpp index 495e08942b..33f0675028 100755 --- a/indra/media_plugins/winmmshim/forwarding_api.cpp +++ b/indra/media_plugins/winmmshim/forwarding_api.cpp @@ -1338,7 +1338,7 @@ extern "C" { return joySetThreshold_orig( uJoyID, uThreshold); } - BOOL WINAPI mciDriverNotify(HWND hwndCallback, UINT uDeviceID, UINT uStatus) + BOOL WINAPI mciDriverNotify(HANDLE hwndCallback, MCIDEVICEID uDeviceID, UINT uStatus) { ll_winmm_shim_initialize(); //OutputDebugString(L"mciDriverNotify\n"); @@ -1610,7 +1610,7 @@ extern "C" { return mciGetYieldProc_orig( mciId, pdwYieldData); } - UINT WINAPI mciLoadCommandResource(HINSTANCE hInstance, LPCWSTR lpResName, UINT uType) + UINT WINAPI mciLoadCommandResource(HANDLE hInstance, LPCWSTR lpResName, UINT uType) { ll_winmm_shim_initialize(); //OutputDebugString(L"mciLoadCommandResource"); |