diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-07-29 01:26:24 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-29 01:34:29 +0200 |
commit | e62fec4075e55fd62a3f0d25b230498e5705dd26 (patch) | |
tree | 5cc49ff9280352d6330909b3c9d94a12161d3918 /vcl/inc | |
parent | af079c886f9643d539a16065dc4e96d70fac422b (diff) |
Use the Win7 semantics of SHAddToRecentDocs when possible
Change-Id: I7cf0dfaec408800f3c682b3ef56799818b805881
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/saldata.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx index fdf2fafc0351..ea60b6977900 100644 --- a/vcl/inc/win/saldata.hxx +++ b/vcl/inc/win/saldata.hxx @@ -136,6 +136,7 @@ struct SalShlData UINT mnWheelScrollChars; // WheelScrollChars UINT mnWheelMsgId; // Wheel-Message-Id fuer W95 BOOL mbWXP; // Windows XP + BOOL mbW7; // Windows 7 OSVERSIONINFO maVersionInfo; }; |