Commit 279c1dbc authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

wined3d: Reduce usage of long integral types in arb_program_shader.c.

parent d2009c73
......@@ -5937,7 +5937,7 @@ struct wined3d_pixel_shader
/* Some information about the shader behavior */
BOOL color0_mov;
DWORD color0_reg;
unsigned int color0_reg;
BOOL force_early_depth_stencil;
enum wined3d_shader_register_type depth_output;
......
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