mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
0a23611cbc
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3185 21ef857c-d57f-4fe0-8362-d861dc6d29cd
23 lines
311 B
C
23 lines
311 B
C
#include <phbase.h>
|
|
#include <circbuf.h>
|
|
|
|
#undef T
|
|
#define T ULONG
|
|
#include "circbuf_i.h"
|
|
|
|
#undef T
|
|
#define T ULONG64
|
|
#include "circbuf_i.h"
|
|
|
|
#undef T
|
|
#define T PVOID
|
|
#include "circbuf_i.h"
|
|
|
|
#undef T
|
|
#define T SIZE_T
|
|
#include "circbuf_i.h"
|
|
|
|
#undef T
|
|
#define T FLOAT
|
|
#include "circbuf_i.h"
|