diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/Common/DynLimBuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/Common/DynLimBuf.h b/CPP/Common/DynLimBuf.h index e80a7e7..af22f07 100644 --- a/CPP/Common/DynLimBuf.h +++ b/CPP/Common/DynLimBuf.h | |||
@@ -1,7 +1,7 @@ | |||
1 | // Common/DynLimBuf.h | 1 | // Common/DynLimBuf.h |
2 | 2 | ||
3 | #ifndef __COMMON_DYN_LIM_BUF_H | 3 | #ifndef ZIP7_INC_COMMON_DYN_LIM_BUF_H |
4 | #define __COMMON_DYN_LIM_BUF_H | 4 | #define ZIP7_INC_COMMON_DYN_LIM_BUF_H |
5 | 5 | ||
6 | #include <string.h> | 6 | #include <string.h> |
7 | 7 | ||