Maat_rule.h中增加宏定义,保证必须使用C++编译器。

This commit is contained in:
zhengchao
2016-03-04 10:57:41 +08:00
parent df4f30f62b
commit f7b4bc2815

View File

@@ -13,6 +13,9 @@
*/
#ifndef H_MAAT_RULE_H_INCLUDE
#define H_MAAT_RULE_H_INCLUDE
#ifndef __cplusplus
#error("This file should be compiled with C++ compiler")
#endif
#include "stream.h"
enum MAAT_CHARSET
{