wrc: Declare some variables static const.
This commit is contained in:
parent
2620cea3c2
commit
782e28afb6
|
@ -32,7 +32,7 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "genres.h"
|
#include "genres.h"
|
||||||
|
|
||||||
struct resheader32 {
|
static const struct resheader32 {
|
||||||
DWORD ressize; /* 0 */
|
DWORD ressize; /* 0 */
|
||||||
DWORD hdrsize; /* 0x20 */
|
DWORD hdrsize; /* 0x20 */
|
||||||
WORD restype1; /* 0xffff */
|
WORD restype1; /* 0xffff */
|
||||||
|
|
Loading…
Reference in New Issue