oop I830FALLBACK define error
This commit is contained in:
parent
33ad959323
commit
b3d79ad9ec
|
|
@ -48,7 +48,7 @@ do { \
|
|||
return FALSE; \
|
||||
} while(0)
|
||||
#else
|
||||
#define I830FALLBACK(x) { return FALSE; }
|
||||
#define I830FALLBACK(s, arg...) { return FALSE; }
|
||||
#endif
|
||||
|
||||
int I830CopyROP[16] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue