diff options
author | Geenz <geenz@geenzo.com> | 2013-06-19 15:47:57 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-06-19 15:47:57 -0400 |
commit | 9c83d4b5b88a927c4365154663b1809a450ccb98 (patch) | |
tree | d59d9d5c0e42058e09d73f4ca1c04f47ee55db6c /indra/media_plugins | |
parent | 72159fd03ea02422e3c6acfbed9221a5326a9cc0 (diff) | |
parent | 2655c7a17ae38a073dcf8f05b0127b68edc34c95 (diff) |
Merge with viewer-release.
Diffstat (limited to 'indra/media_plugins')
-rwxr-xr-x | indra/media_plugins/winmmshim/winmm_shim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/winmmshim/winmm_shim.cpp b/indra/media_plugins/winmmshim/winmm_shim.cpp index 47a1e5c018..aac349bf57 100755 --- a/indra/media_plugins/winmmshim/winmm_shim.cpp +++ b/indra/media_plugins/winmmshim/winmm_shim.cpp @@ -56,7 +56,7 @@ void ll_winmm_shim_initialize(){ // grab winmm.dll from system path, where it should live wsprintf(dll_path, "%s\\winmm.dll", system_path); HMODULE winmm_handle = ::LoadLibrary(dll_path); - + if (winmm_handle != NULL) { // we have a dll, let's get out pointers! initialized = true; |