diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-20 13:28:02 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-20 20:31:00 +0100 |
commit | 4398cc83945de8165e3713fdfa76499c2b3a55fa (patch) | |
tree | e5d65f226bf81ffb5e6423928ef321c0bb7878c5 /vcl/inc | |
parent | 8825e95a44395b5c4675f077e99fe4d9fb47c62f (diff) |
vcl: remove dependency of SalShlData on GetVersionEx()
4500afcc1be7774b3c35ab69a20e36165ca5445a was incomplete in that the
result of GetVersionEx() is actually stored and other functions do
manual checks on it.
Change-Id: I1f66a13e98e6bfc40bc35fa5382c2f6257f905d6
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/saldata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx index 8151c143d08a..d61e26df9d2e 100644 --- a/vcl/inc/win/saldata.hxx +++ b/vcl/inc/win/saldata.hxx @@ -137,8 +137,8 @@ struct SalShlData UINT mnWheelScrollChars; // WheelScrollChars UINT mnWheelMsgId; // Wheel-Message-Id fuer W95 BOOL mbWXP; // Windows XP + BOOL mbWVista; // Windows Vista BOOL mbW7; // Windows 7 - OSVERSIONINFO maVersionInfo; }; extern SalShlData aSalShlData; |