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:
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 e8368cd44..44f801d4e 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);
-#ifdef _WIN_ALL
+#if defined(_WIN_ALL)
bool UpdateExistingShortName(const wchar *Name);
#endif