summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/Windows/Defs.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/Windows/Defs.h')
-rw-r--r--3rdparty/lzma/CPP/Windows/Defs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/3rdparty/lzma/CPP/Windows/Defs.h b/3rdparty/lzma/CPP/Windows/Defs.h
index 1d96078dd60..8ab9cf5ea79 100644
--- a/3rdparty/lzma/CPP/Windows/Defs.h
+++ b/3rdparty/lzma/CPP/Windows/Defs.h
@@ -1,12 +1,11 @@
// Windows/Defs.h
-#ifndef __WINDOWS_DEFS_H
-#define __WINDOWS_DEFS_H
+#ifndef ZIP7_INC_WINDOWS_DEFS_H
+#define ZIP7_INC_WINDOWS_DEFS_H
#include "../Common/MyWindows.h"
#ifdef _WIN32
-inline bool LRESULTToBool(LRESULT v) { return (v != FALSE); }
inline BOOL BoolToBOOL(bool v) { return (v ? TRUE: FALSE); }
#endif