Commit 84e99d13 authored by Martin Storsjo's avatar Martin Storsjo Committed by Alexandre Julliard

wrc: Declare the data buffer as unsigned char.

parent 547ba7a1
...@@ -97,7 +97,7 @@ typedef struct res { ...@@ -97,7 +97,7 @@ typedef struct res {
unsigned int allocsize; /* Allocated datablock size */ unsigned int allocsize; /* Allocated datablock size */
unsigned int size; /* Actual size of data */ unsigned int size; /* Actual size of data */
unsigned int dataidx; /* Tag behind the resource-header */ unsigned int dataidx; /* Tag behind the resource-header */
char *data; unsigned char *data;
} res_t; } res_t;
/* Resource strings are slightly more complex because they include '\0' */ /* Resource strings are slightly more complex because they include '\0' */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment