diff options
author | prep <prep@lindenlab.com> | 2013-02-13 11:30:36 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-02-13 11:30:36 -0500 |
commit | 11d12f1a99c8ef256299f601cd0ad6604e2178c5 (patch) | |
tree | bdf5ee8d47f05275cf384395ae8a0d083bf45bc6 /indra/media_plugins/webkit | |
parent | 2665106aebc4fde975aa13f5c093637e4d9d30ad (diff) | |
parent | 79eeae502c4965a6091614f774aa68ba7837742a (diff) |
Merge from viewer-beta
Diffstat (limited to 'indra/media_plugins/webkit')
-rw-r--r-- | indra/media_plugins/webkit/windows_volume_catcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/windows_volume_catcher.cpp b/indra/media_plugins/webkit/windows_volume_catcher.cpp index 957704da47..0cfb810906 100644 --- a/indra/media_plugins/webkit/windows_volume_catcher.cpp +++ b/indra/media_plugins/webkit/windows_volume_catcher.cpp @@ -71,7 +71,7 @@ VolumeCatcherImpl::VolumeCatcherImpl() { mSystemIsVistaOrHigher = isWindowsVistaOrHigher(); - if ( mSystemIsVistaOrHigher ) + if ( ! mSystemIsVistaOrHigher ) { HMODULE handle = ::LoadLibrary(L"winmm.dll"); if(handle) |