Kaydet (Commit) 35559a23 authored tarafından Andras Timar's avatar Andras Timar

Revert "don't install 32-bit shell extensions on 64-bit Windows"

This reverts commit 45295f3c.
File Open/Save window of 32-bit applications still need the 32-bit
shell extensions on a 64-bit system.
üst d6fef33e
...@@ -37,7 +37,6 @@ File gid_File_Lib_OOoFilt ...@@ -37,7 +37,6 @@ File gid_File_Lib_OOoFilt
Styles = (PACKED); Styles = (PACKED);
Dir = gid_Dir_Shlxthdl; Dir = gid_Dir_Shlxthdl;
Name = "ooofilt.dll"; Name = "ooofilt.dll";
ComponentCondition = "NOT VersionNT64";
End End
#ifdef BUILD_X64 #ifdef BUILD_X64
...@@ -57,7 +56,6 @@ File gid_File_Lib_Shlxthdl ...@@ -57,7 +56,6 @@ File gid_File_Lib_Shlxthdl
Styles = (PACKED); Styles = (PACKED);
Dir = gid_Dir_Shlxthdl; Dir = gid_Dir_Shlxthdl;
Name = "shlxthdl.dll"; Name = "shlxthdl.dll";
ComponentCondition = "NOT VersionNT64";
End End
#ifdef BUILD_X64 #ifdef BUILD_X64
...@@ -76,7 +74,6 @@ File gid_File_Lib_PropertyHdl ...@@ -76,7 +74,6 @@ File gid_File_Lib_PropertyHdl
Styles = (PACKED); Styles = (PACKED);
Dir = gid_Dir_Shlxthdl; Dir = gid_Dir_Shlxthdl;
Name = "propertyhdl.dll"; Name = "propertyhdl.dll";
ComponentCondition = "NOT VersionNT64";
End End
#ifdef BUILD_X64 #ifdef BUILD_X64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment