Add workaround so MSVC doesn't try to load strings.h, which it doesn't

Bruce Momjian <bruce@momjian.us>

Commit: 28edbdb7be4faf23211074e0567f9926c51459a0
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-03-03T21:35:46Z
Releases: 8.2.0
Add workaround so MSVC doesn't try to load strings.h, which it doesn't
have.  This happens when MSVC uses pg_config.h generated by MinGW.

Per report from Charles F. I. Savage

Files

PathChange+/−
src/include/c.h modified +3 −2