From 90d5b8b4a064420d74678654e94ea4755b377f21 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 15 Dec 2005 00:57:02 +0000 Subject: checking in missing files on behalf of Miller (cleared it with him first). The files are from portmidi17nov04.zip svn path=/trunk/; revision=4216 --- pd/portmidi/pm_win/pmdll.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pd/portmidi/pm_win/pmdll.h (limited to 'pd/portmidi/pm_win/pmdll.h') diff --git a/pd/portmidi/pm_win/pmdll.h b/pd/portmidi/pm_win/pmdll.h new file mode 100644 index 00000000..e5ad1c5b --- /dev/null +++ b/pd/portmidi/pm_win/pmdll.h @@ -0,0 +1,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); -- cgit v1.2.1