mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
9 lines
191 B
Modula-2
9 lines
191 B
Modula-2
;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
|