stw: Don't make assumptions about integer size.

This commit is contained in:
José Fonseca
2009-04-10 10:02:58 +01:00
parent f14497a9cd
commit 0dd81ec97b
@@ -205,7 +205,7 @@ int stw_pixelformat_choose( HDC hdc,
count = stw_pixelformat_get_count();
bestindex = count;
bestdelta = 0xffffffff;
bestdelta = ~0U;
for (index = 0; index < count; index++) {
uint delta = 0;