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:
@@ -93,3 +93,5 @@ EXPORTS
|
||||
_appendPQExpBuffer @ 91
|
||||
_pg_encoding_to_char @ 92
|
||||
_pg_utf_mblen @ 93
|
||||
_PQunescapeBytea @ 94
|
||||
_PQfeeMem @ 95
|
||||
|
@@ -93,3 +93,6 @@ EXPORTS
|
||||
appendPQExpBuffer @ 91
|
||||
pg_encoding_to_char @ 92
|
||||
pg_utf_mblen @ 93
|
||||
PQunescapeBytea @ 94
|
||||
PQfeeMem @ 95
|
||||
|
||||
|
Reference in New Issue
Block a user