st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32
This commit is contained in:
@@ -67,6 +67,6 @@ extern const struct st_tracked_state st_update_vs_constants;
|
||||
extern const struct st_tracked_state st_update_pixel_transfer;
|
||||
|
||||
|
||||
uint st_compare_func_to_pipe(GLenum func);
|
||||
GLuint st_compare_func_to_pipe(GLenum func);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user