Fix typo in DLL list.

WIN32_DEV
Bruce Momjian 23 years ago
parent 3831636645
commit 7b4aa31007
  1. 2
      src/interfaces/libpq/blibpqdll.def
  2. 2
      src/interfaces/libpq/libpqdll.def

@ -94,4 +94,4 @@ EXPORTS
_pg_encoding_to_char @ 92
_pg_utf_mblen @ 93
_PQunescapeBytea @ 94
_PQfeeMem @ 95
_PQfreeMem @ 95

@ -94,5 +94,5 @@ EXPORTS
pg_encoding_to_char @ 92
pg_utf_mblen @ 93
PQunescapeBytea @ 94
PQfeeMem @ 95
PQfreeMem @ 95

Loading…
Cancel
Save