diff --git a/src/r600_state.h b/src/r600_state.h index 6ee59f9..c582365 100644 --- a/src/r600_state.h +++ b/src/r600_state.h @@ -5,6 +5,10 @@ typedef int bool_t; +/* seriously ?! @#$%% */ +# define uint32_t CARD32 +# define uint64_t CARD64 + #define CLEAR(x) memset (&x, 0, sizeof(x)) /* Sequencer / thread handling */