Home
last modified time | relevance | path

Searched refs:DEBUG_BUFFERS (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dlistview.c341 #define DEBUG_BUFFERS 20 macro
564 static char buffers[DEBUG_BUFFERS][DEBUG_BUFFER_SIZE]; in debug_getbuf()
565 return buffers[index++ % DEBUG_BUFFERS]; in debug_getbuf()