diff options
Diffstat (limited to 'src/pklib/pklib.h')
-rw-r--r-- | src/pklib/pklib.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pklib/pklib.h b/src/pklib/pklib.h index 10d3e1d..e8b939b 100644 --- a/src/pklib/pklib.h +++ b/src/pklib/pklib.h @@ -5,12 +5,14 @@ /*---------------------------------------------------------------------------*/ /* Date Ver Who Comment */ /* -------- ---- --- ------- */ -/* 31.03.03 1.00 Lad The first version of pkware.h */ +/* 31.03.03 1.00 Lad Created */ /*****************************************************************************/ #ifndef __PKLIB_H__ #define __PKLIB_H__ +#pragma once + //----------------------------------------------------------------------------- // Defines @@ -171,7 +173,7 @@ unsigned int PKEXPORT explode( char *work_buf, void *param); -// The original name "crc32" was changed to "crc32pk" due +// The original name "crc32" was changed to "crc32_pklib" due // to compatibility with zlib unsigned long PKEXPORT crc32_pklib(char *buffer, unsigned int *size, unsigned long *old_crc); |