diff options
Diffstat (limited to '3rdparty/lzma/CPP/Windows/ResourceString.h')
-rw-r--r-- | 3rdparty/lzma/CPP/Windows/ResourceString.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/3rdparty/lzma/CPP/Windows/ResourceString.h b/3rdparty/lzma/CPP/Windows/ResourceString.h index f0bdabf47fe..773307b931c 100644 --- a/3rdparty/lzma/CPP/Windows/ResourceString.h +++ b/3rdparty/lzma/CPP/Windows/ResourceString.h @@ -1,9 +1,10 @@ // Windows/ResourceString.h -#ifndef __WINDOWS_RESOURCE_STRING_H -#define __WINDOWS_RESOURCE_STRING_H +#ifndef ZIP7_INC_WINDOWS_RESOURCE_STRING_H +#define ZIP7_INC_WINDOWS_RESOURCE_STRING_H #include "../Common/MyString.h" +#include "../Common/MyWindows.h" namespace NWindows { |