mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
> 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
This commit is contained in:
8
src/interfaces/libpgtcl/libpgtcl.def
Normal file
8
src/interfaces/libpgtcl/libpgtcl.def
Normal file
@@ -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
|
Reference in New Issue
Block a user