1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list.

Karl Waclawek
This commit is contained in:
Bruce Momjian
2003-04-24 15:09:27 +00:00
parent 52e49e298f
commit 5dc844b75c
2 changed files with 94 additions and 89 deletions

View File

@@ -93,3 +93,5 @@ EXPORTS
_appendPQExpBuffer @ 91
_pg_encoding_to_char @ 92
_pg_utf_mblen @ 93
_PQunescapeBytea @ 94
_PQfeeMem @ 95

View File

@@ -93,3 +93,6 @@ EXPORTS
appendPQExpBuffer @ 91
pg_encoding_to_char @ 92
pg_utf_mblen @ 93
PQunescapeBytea @ 94
PQfeeMem @ 95