Initial
This commit is contained in:
10
rasapi/STDTMPL.CPP
Normal file
10
rasapi/STDTMPL.CPP
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _MSC_VER
|
||||
#define _EXPAND_BLOCK_TEMPLATES_
|
||||
#include <common/block.hpp>
|
||||
#include <common/block.tpp>
|
||||
#include <common/string.hpp>
|
||||
#include <rasapi/rasentry.hpp>
|
||||
|
||||
typedef Block<String> a;
|
||||
typedef Block<RasEntryName> b;
|
||||
#endif
|
||||
Reference in New Issue
Block a user