mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
1bb80a3b18
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4669 21ef857c-d57f-4fe0-8362-d861dc6d29cd
8 lines
120 B
C
8 lines
120 B
C
#ifndef _PH_TEMPL_H
|
|
#define _PH_TEMPL_H
|
|
|
|
#define TEMPLATE_(f,T) f##_##T
|
|
#define T___(f,T) TEMPLATE_(f,T)
|
|
|
|
#endif
|