diff options
author | Bruce Momjian | 2001-09-06 15:20:19 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-09-06 15:20:19 +0000 |
commit | 343e38a93838178e88fadce59d81129946dabdbc (patch) | |
tree | 40cb50af94324062b43434569348a397e768f9a1 /src/interfaces/libpgtcl/libpgtcl.def | |
parent | 495e264fa3546029ac5bad50bd453830b1ce7a53 (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.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
|