diff options
author | Andras Timar <atimar@suse.com> | 2012-06-02 18:12:30 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-06-02 18:14:56 +0200 |
commit | 35559a233d5aab021e5c1eb324e1a8691c7d8a23 (patch) | |
tree | 4ec983903775e869111fe78f4f84f29d6f72d54d | |
parent | d6fef33ef731e96ab55979fa6451f1c1d773103d (diff) |
Revert "don't install 32-bit shell extensions on 64-bit Windows"
This reverts commit 45295f3cdceb4c289553791071b5d7f4962d2ec4.
File Open/Save window of 32-bit applications still need the 32-bit
shell extensions on a 64-bit system.
-rw-r--r-- | scp2/source/winexplorerext/file_winexplorerext.scp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp b/scp2/source/winexplorerext/file_winexplorerext.scp index d24a00761240..59a009962ad0 100644 --- a/scp2/source/winexplorerext/file_winexplorerext.scp +++ b/scp2/source/winexplorerext/file_winexplorerext.scp @@ -37,7 +37,6 @@ File gid_File_Lib_OOoFilt Styles = (PACKED); Dir = gid_Dir_Shlxthdl; Name = "ooofilt.dll"; - ComponentCondition = "NOT VersionNT64"; End #ifdef BUILD_X64 @@ -57,7 +56,6 @@ File gid_File_Lib_Shlxthdl Styles = (PACKED); Dir = gid_Dir_Shlxthdl; Name = "shlxthdl.dll"; - ComponentCondition = "NOT VersionNT64"; End #ifdef BUILD_X64 @@ -76,7 +74,6 @@ File gid_File_Lib_PropertyHdl Styles = (PACKED); Dir = gid_Dir_Shlxthdl; Name = "propertyhdl.dll"; - ComponentCondition = "NOT VersionNT64"; End #ifdef BUILD_X64 |