summaryrefslogtreecommitdiffstats
path: root/js/src/zydis/ZydisExportConfig.h
blob: 5ae7025b1001057ab283734ba8124c14a615f0de (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef ZYDIS_EXPORT_H
#define ZYDIS_EXPORT_H

#define ZYDIS_EXPORT
#define ZYDIS_NO_EXPORT
#define ZYDIS_NO_DEPRECATED

#endif /* ZYDIS_EXPORT_H */