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:
@@ -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);
|
||||
/*@}*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user