diff options
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.def')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.def b/src/interfaces/libpgtcl/libpgtcl.def new file mode 100644 index 00000000000..c4b45f2b617 --- /dev/null +++ b/src/interfaces/libpgtcl/libpgtcl.def @@ -0,0 +1,8 @@ +;libpgtcl.def
+; The LIBRARY entry must be same as the name of your DLL, the name of
+; our DLL is libpgtcl.dll
+LIBRARY libpgtcl
+EXPORTS
+
+ Pgtcl_Init
+ Pgtcl_SafeInit
|