Skip to content
Snippets Groups Projects
Commit e7c0f69c authored by Oz Linden's avatar Oz Linden
Browse files

pull back more 3.4.5 beta fixes

parents d331592f 2fa8205d
No related branches found
No related tags found
No related merge requests found
...@@ -413,3 +413,4 @@ e06898df8644fe567bee94f817d03abc1c380993 3.4.5-beta3 ...@@ -413,3 +413,4 @@ e06898df8644fe567bee94f817d03abc1c380993 3.4.5-beta3
a676b4d6c037b39fe5b8e42cf8839a9303936089 DRTVWR-289 a676b4d6c037b39fe5b8e42cf8839a9303936089 DRTVWR-289
28fa8b944a0c1869636ab00cc400f5aa71f6fa3c DRTVWR-290 28fa8b944a0c1869636ab00cc400f5aa71f6fa3c DRTVWR-290
7f09bbc28c297f14b67961be7b6575445fa160e8 DRTVWR-291 7f09bbc28c297f14b67961be7b6575445fa160e8 DRTVWR-291
b23419a2748483c98f3b84b630468a21c88feba5 DRTVWR-292
...@@ -71,7 +71,7 @@ VolumeCatcherImpl::VolumeCatcherImpl() ...@@ -71,7 +71,7 @@ VolumeCatcherImpl::VolumeCatcherImpl()
{ {
mSystemIsVistaOrHigher = isWindowsVistaOrHigher(); mSystemIsVistaOrHigher = isWindowsVistaOrHigher();
if ( mSystemIsVistaOrHigher ) if ( ! mSystemIsVistaOrHigher )
{ {
HMODULE handle = ::LoadLibrary(L"winmm.dll"); HMODULE handle = ::LoadLibrary(L"winmm.dll");
if(handle) if(handle)
......
This diff is collapsed.
...@@ -152,19 +152,6 @@ ...@@ -152,19 +152,6 @@
width="80"> width="80">
Mid Mid
</text> </text>
<text
type="string"
length="1"
follows="left|top"
halign="center"
height="12"
layout="topleft"
left_delta="87"
name="ShadersPrefText3"
top_delta="0"
width="80">
High
</text>
<text <text
type="string" type="string"
length="1" length="1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment