diff options
Diffstat (limited to 'otr/libotr.def')
-rw-r--r-- | otr/libotr.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/otr/libotr.def b/otr/libotr.def new file mode 100644 index 0000000..74ac50a --- /dev/null +++ b/otr/libotr.def @@ -0,0 +1,5 @@ +; c:\Dev-Cpp\Bin\dlltool --base-file C:\DOCUME~1\sje\LOCALS~1\Temp/cca03408.base --output-exp otr.exp --dllname otr.dll --output-def libotr.def --exclude-symbol=DllMainCRTStartup@12 --def C:\DOCUME~1\sje\LOCALS~1\Temp/cca03408.def --output-lib libotr.a
+EXPORTS
+ MirandaPluginInfo @ 1
+ Unload @ 2
+ Load @ 3
|