Process Hacker
templ.h
Go to the documentation of this file.
1 #ifndef _PH_TEMPL_H
2 #define _PH_TEMPL_H
3 
4 #define TEMPLATE_(f,T) f##_##T
5 #define T___(f,T) TEMPLATE_(f,T)
6 
7 #endif