Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-09-06 15:20:19 +0000
committerBruce Momjian2001-09-06 15:20:19 +0000
commit343e38a93838178e88fadce59d81129946dabdbc (patch)
tree40cb50af94324062b43434569348a397e768f9a1 /src/interfaces/libpgtcl/libpgtcl.def
parent495e264fa3546029ac5bad50bd453830b1ce7a53 (diff)
> The win32.mak and libpgtcl.def files had been lost (patch doesn't handle
> new files). I'm attaching those two files below. > > Regards > Mikhail Terekhov
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.def')
-rw-r--r--src/interfaces/libpgtcl/libpgtcl.def8
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