diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-07-12 12:09:32 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-07-12 12:09:32 +0000 |
commit | 9c62ad6bb204781819184f772992fec768cb4418 (patch) | |
tree | b0cee1e1eaf09a79817eb138b396001acaa8d73e /plugins/SMS/SMS.def | |
parent | 0b26ecf091dcde8e2e153c331b0015697966a4cc (diff) |
Added SMS (not adopted yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/SMS.def')
-rw-r--r-- | plugins/SMS/SMS.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/SMS/SMS.def b/plugins/SMS/SMS.def new file mode 100644 index 0000000000..3ec70ac7bb --- /dev/null +++ b/plugins/SMS/SMS.def @@ -0,0 +1,8 @@ +LIBRARY SMS
+
+EXPORTS
+ MirandaPluginInfo @1
+ MirandaPluginInfoEx @2
+ MirandaPluginInterfaces @3
+ Load @4
+ Unload @5
|