aboutsummaryrefslogtreecommitdiff
path: root/pd/portmidi/pm_win/pmdll.h
blob: e5ad1c5bdca5b299d5e0f3f74ea5a0d60d828c72 (plain)
1
2
3
4
5
#define DLL_EXPORT __declspec( dllexport )

typedef void (*close_fn_ptr_type)();

DLL_EXPORT pm_set_close_function(close_fn_ptr_type close_fn_ptr);