Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-07-13 22:24:02 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-07-13 22:41:27 +0400
commit2fcba01d03b535e30177f3aceb6726b90ee57521 (patch)
tree2ab33b535ec83b63fc0803477df4559f4a06fd41 /src/thirdparty/unrar/filefn.hpp
parentd5cc3a5117774866af3f26d5f871b753a5877482 (diff)
Update Unrar to 5.0.8.
Diffstat (limited to 'src/thirdparty/unrar/filefn.hpp')
-rw-r--r--src/thirdparty/unrar/filefn.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/filefn.hpp b/src/thirdparty/unrar/filefn.hpp
index eaf3fcc5f..d89329471 100644
--- a/src/thirdparty/unrar/filefn.hpp
+++ b/src/thirdparty/unrar/filefn.hpp
@@ -33,7 +33,7 @@ bool RenameFile(const wchar *SrcName,const wchar *DestName);
bool DelFile(const wchar *Name);
bool DelDir(const wchar *Name);
-#if defined(_WIN_ALL) && !defined(_WIN_CE)
+#if defined(_WIN_ALL) && !defined(SFX_MODULE)
bool SetFileCompression(const wchar *Name,bool State);
#endif