Thank you very much.
>Look at src/interfaces/libpq/win32.c
>Comment out line 25
><
>#define NOGDI
>>
>/* #define NOGDI */
By this patch, I could build libpq, however libpq.dll wasn't created in
libpq directory, in this directory only dll file is pq.dll.
Both pq.dll and libpq.dll is same one?
Regards.