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