st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32

This commit is contained in:
Brian Paul
2010-10-15 17:18:39 -06:00
parent cba65f7e0e
commit fa5309f0b0
+1 -1
View File
@@ -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