diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-24 07:36:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-24 07:36:34 +0000 |
commit | ce236a1ca3574f230c150dff3a5bdd447e868ea5 (patch) | |
tree | fbc193a408459fa8484682cbfa63dd11d303ec61 /plugins/ShellExt/src/ShellExt.def | |
parent | 1009b191e21576836f4e759ce332a41ec0e077bf (diff) |
- correct COM expors
- various fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@5804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/ShellExt.def')
-rw-r--r-- | plugins/ShellExt/src/ShellExt.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ShellExt/src/ShellExt.def b/plugins/ShellExt/src/ShellExt.def new file mode 100644 index 0000000000..e867b9b540 --- /dev/null +++ b/plugins/ShellExt/src/ShellExt.def @@ -0,0 +1,7 @@ +LIBRARY ShlExt
+
+EXPORTS
+DllCanUnloadNow PRIVATE
+DllGetClassObject PRIVATE
+DllRegisterServer PRIVATE
+DllUnregisterServer PRIVATE
|