Module: Mesa Branch: master Commit: ce518f4b0f361189957f20ce642afe919da680ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce518f4b0f361189957f20ce642afe919da680ba
Author: José Fonseca <jfons...@vmware.com> Date: Wed Mar 25 21:01:23 2009 +0000 wgl: Use right integer type. --- src/gallium/state_trackers/wgl/shared/stw_device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/wgl/shared/stw_device.c b/src/gallium/state_trackers/wgl/shared/stw_device.c index 3c1eb1a..c550172 100644 --- a/src/gallium/state_trackers/wgl/shared/stw_device.c +++ b/src/gallium/state_trackers/wgl/shared/stw_device.c @@ -130,7 +130,7 @@ st_cleanup_thread(void) void st_cleanup(void) { - UINT_PTR i; + unsigned i; debug_printf("%s\n", __FUNCTION__); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit