diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h b/3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h index b6d7d4dfcab..2d7b0293a0f 100644 --- a/3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h +++ b/3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h @@ -1,7 +1,7 @@ // ExitCode.h -#ifndef __EXIT_CODE_H -#define __EXIT_CODE_H +#ifndef ZIP7_INC_EXIT_CODE_H +#define ZIP7_INC_EXIT_CODE_H namespace NExitCode { |