11 lines
230 B
C++
11 lines
230 B
C++
#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
|