| 18 | #define EXPORT comment(linker, "/EXPORT:"__FUNCTION__"="__FUNCDNAME__) |
| 19 | |
| 20 | unsigned int __stdcall bs_version(int *major, int *minor){ |
| 21 | #pragma EXPORT |
| 22 | return cs_version(major,minor); |
| 23 | } |
| 24 | |
| 25 | bool __stdcall bs_support(int query){ |
| 26 | #pragma EXPORT |
nothing calls this directly
no test coverage detected
searching dependent graphs…