kernel32: Make some data const.

This commit is contained in:
Dmitry Timoshkov 2006-11-28 18:38:34 +08:00 committed by Alexandre Julliard
parent 1297e859b3
commit 924f73b861
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ struct lzfileheader {
CHAR lastchar;
DWORD reallength;
};
static BYTE LZMagic[LZ_MAGIC_LEN]={'S','Z','D','D',0x88,0xf0,0x27,0x33};
static const BYTE LZMagic[LZ_MAGIC_LEN]={'S','Z','D','D',0x88,0xf0,0x27,0x33};
#define LZ_TABLE_SIZE 0x1000