mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
fixing opengl
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
for(size_t defrag_i = start; defrag_i < size - 1; defrag_i++) \
|
||||
array[defrag_i] = array[defrag_i + 1]; \
|
||||
|
||||
#define PULSE_SIZEOF_ARRAY(x) ((sizeof(x) / sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x])))))
|
||||
#define PULSE_SIZEOF_ARRAY(x) (sizeof(x) / sizeof(0[x]))
|
||||
|
||||
#define PULSE_CHECK_COMMAND_LIST_STATE_RETVAL(cmd, retval) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user