Files
mirror-processhacker/2.x/trunk/phlib/include/circbuf.h
T
wj32 0a23611cbc added multiline tab control support in process properties (massive number of hacks involved)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3185 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-09 07:27:39 +00:00

27 lines
364 B
C

#ifndef CIRCBUF_H
#define CIRCBUF_H
#define PH_CIRCULAR_BUFFER_POWER_OF_TWO_SIZE
#undef T
#define T ULONG
#include "circbuf_h.h"
#undef T
#define T ULONG64
#include "circbuf_h.h"
#undef T
#define T PVOID
#include "circbuf_h.h"
#undef T
#define T SIZE_T
#include "circbuf_h.h"
#undef T
#define T FLOAT
#include "circbuf_h.h"
#endif