Rename hk=>smo
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef HK_PREPROCESSOR_H
|
||||
#define HK_PREPROCESSOR_H
|
||||
#ifndef SMO_PREPROCESSOR_H
|
||||
#define SMO_PREPROCESSOR_H
|
||||
|
||||
#define HK_Q(x) #x
|
||||
#define HK_QUOTE(x) HK_Q(x)
|
||||
#define SMO_Q(x) #x
|
||||
#define SMO_QUOTE(x) SMO_Q(x)
|
||||
|
||||
#define HK_CONCAT(a, b) a ## b
|
||||
#define SMO_CONCAT(a, b) a ## b
|
||||
|
||||
#define HK_UNMANGLED "C"
|
||||
#define SMO_UNMANGLED "C"
|
||||
|
||||
#endif // HK_PREPROCESSOR_H
|
||||
#endif // SMO_PREPROCESSOR_H
|
||||
|
||||
Reference in New Issue
Block a user