mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Avoid uint32_t in public interface.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
0f0af935a6
commit
34f61154f7
@ -107,7 +107,7 @@ struct options
|
||||
{
|
||||
const char *filename;
|
||||
const char *output_filename;
|
||||
uint32_t compiler_options;
|
||||
unsigned int compiler_options;
|
||||
};
|
||||
|
||||
static bool parse_command_line(int argc, char **argv, struct options *options)
|
||||
|
Reference in New Issue
Block a user