diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 18:16:39 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 18:16:39 +0000 |
commit | 59e53cb6cad99051eb3e46b919fd78ab7493061d (patch) | |
tree | ce1aad2ae099649dc8a07c219c83a829545b313f /Help/help.def | |
parent | 72c858d136d42fccd422620542b9c73808f16ae8 (diff) |
added Help plugin
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@201 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Help/help.def')
-rw-r--r-- | Help/help.def | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/help.def b/Help/help.def new file mode 100644 index 0000000..9da7ef0 --- /dev/null +++ b/Help/help.def @@ -0,0 +1,11 @@ +LIBRARY help BASE=0x20100000
+SECTIONS
+ ; obfuscated email address
+ .rdata READ WRITE
+EXPORTS
+ MirandaPluginInfo PRIVATE
+ Load PRIVATE
+ Unload PRIVATE
+ ; v0.8 support
+ MirandaPluginInfoEx PRIVATE
+ MirandaPluginInterfaces PRIVATE
|