Skip to content

Change to bind(C) instead of ALIAS

anwon requested to merge bind-c into master

Previously, because of preprocessor guard subroutines were not exported with correct names on Linux.

Fixed by

  • use bind(C,NAME=...) instead of ALIAS
  • change from C to STDCALL since it conflicts with bind(C)

Merge request reports