gallium: Replace uint64 by standard uint64_t.

uint64 is not (so?) standard, and often redefined by third parties,
causing name clashes.
This commit is contained in:
José Fonseca
2009-01-08 12:41:45 +00:00
parent 395edbc515
commit ab3a9f1eed
10 changed files with 14 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ struct pipe_context {
boolean (*get_query_result)(struct pipe_context *pipe,
struct pipe_query *q,
boolean wait,
uint64 *result);
uint64_t *result);
/*@}*/
/**