bottlenoselabs / c2cs

Generate C# bindings from a C header.
MIT License
250 stars 18 forks source link

Block specific functions #98

Closed lithiumtoast closed 2 years ago

lithiumtoast commented 2 years ago

Not really a fix for #97, but the solution is allow blocking of functions by name. For some reason parsing the header with Clang on Windows with MSCV defines is making the function be seen for DLL export when it is not.