Files
wj32 6ec346b61c * fixed session properties
* added winsta.h
* renamed phlib header guards

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3228 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-21 08:58:07 +00:00

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