mirror of https://github.com/Nheko-Reborn/nheko
parent
0307f8e9ef
commit
0bca772760
@ -0,0 +1,12 @@ |
||||
#ifndef CMARK_EXPORT_H |
||||
#define CMARK_EXPORT_H |
||||
|
||||
#define CMARK_EXPORT |
||||
#define CMARK_NO_EXPORT |
||||
#define CMARK_DEPRECATED |
||||
#define CMARK_DEPRECATED_EXPORT CMARK_EXPORT CMARK_DEPRECATED |
||||
#define CMARK_DEPRECATED_NO_EXPORT CMARK_NO_EXPORT CMARK_DEPRECATED |
||||
#define CMARK_NO_DEPRECATED |
||||
|
||||
#endif /* CMARK_EXPORT_H */ |
||||
|
Loading…
Reference in new issue