Skip to content
Snippets Groups Projects
Commit 821b228c authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard
Browse files

MSVC warning fix.

parent 70217641
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ static struct res_type *add_type( const struct resource *res )
}
/* get the next byte from the current resource file */
static WORD get_byte(void)
static unsigned char get_byte(void)
{
unsigned char ret = *file_pos++;
if (file_pos > file_end) fatal_error( "%s is a truncated/corrupted file\n", file_name );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment