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/filcreat.hpp
parentd5cc3a5117774866af3f26d5f871b753a5877482 (diff)
Update Unrar to 5.0.8.
Diffstat (limited to 'src/thirdparty/unrar/filcreat.hpp')
-rw-r--r--src/thirdparty/unrar/filcreat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/filcreat.hpp b/src/thirdparty/unrar/filcreat.hpp
index d2084debf..a7d10a2df 100644
--- a/src/thirdparty/unrar/filcreat.hpp
+++ b/src/thirdparty/unrar/filcreat.hpp
@@ -7,7 +7,7 @@ bool FileCreate(RAROptions *Cmd,File *NewFile,wchar *Name,size_t MaxNameSize,
bool GetAutoRenamedName(wchar *Name,size_t MaxNameSize);
-#if defined(_WIN_ALL) && !defined(_WIN_CE)
+#ifdef _WIN_ALL
bool UpdateExistingShortName(const wchar *Name);
#endif