Commit 5dc844b7 authored by Bruce Momjian's avatar Bruce Momjian

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

Karl Waclawek
parent 52e49e29
...@@ -93,3 +93,5 @@ EXPORTS ...@@ -93,3 +93,5 @@ EXPORTS
_appendPQExpBuffer @ 91 _appendPQExpBuffer @ 91
_pg_encoding_to_char @ 92 _pg_encoding_to_char @ 92
_pg_utf_mblen @ 93 _pg_utf_mblen @ 93
_PQunescapeBytea @ 94
_PQfeeMem @ 95
...@@ -93,3 +93,6 @@ EXPORTS ...@@ -93,3 +93,6 @@ EXPORTS
appendPQExpBuffer @ 91 appendPQExpBuffer @ 91
pg_encoding_to_char @ 92 pg_encoding_to_char @ 92
pg_utf_mblen @ 93 pg_utf_mblen @ 93
PQunescapeBytea @ 94
PQfeeMem @ 95
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment