summaryrefslogtreecommitdiff
path: root/XMPFilesPlugins/PDF_Handler/resource/win/PDF_Handler.def
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFilesPlugins/PDF_Handler/resource/win/PDF_Handler.def')
-rwxr-xr-xXMPFilesPlugins/PDF_Handler/resource/win/PDF_Handler.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/XMPFilesPlugins/PDF_Handler/resource/win/PDF_Handler.def b/XMPFilesPlugins/PDF_Handler/resource/win/PDF_Handler.def
new file mode 100755
index 0000000..714f780
--- /dev/null
+++ b/XMPFilesPlugins/PDF_Handler/resource/win/PDF_Handler.def
@@ -0,0 +1,9 @@
+; Declares the entry points for the DLL.
+; Highest index: 2 - InitializePlugin2
+
+LIBRARY PDF_Handler
+
+EXPORTS
+
+ InitializePlugin @1
+ InitializePlugin2 @2