From deaa6a5ec82c1d158caf360fd12672f72d7dae5b Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 23 May 2005 13:52:58 +0000 Subject: fichiers d'export pour Windows --- src/libIvy.def | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/libIvy.def diff --git a/src/libIvy.def b/src/libIvy.def new file mode 100644 index 0000000..18320c9 --- /dev/null +++ b/src/libIvy.def @@ -0,0 +1,31 @@ +LIBRARY Ivy + +EXPORTS + +IvyDefaultApplicationCallback +IvyClasses +IvyInit +IvyStart +IvyStop + + +IvyGetApplicationName +IvyGetApplicationHost +IvyGetApplication +IvyGetApplicationList +IvyGetApplicationMessages +IvyBindMsg +IvyUnbindMsg +IvySendError +IvySendDieMsg +IvySendMsg + + +IvyBindDirectMsg +IvySendDirectMsg + + +IvyMainLoop +IvyChannelInit +IvyChannelClose +IvyChannelSetUp -- cgit v1.1