From 5d93742b8df731c843037f40dd5f818fa886eb50 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 10 Feb 2000 15:47:58 +0000
Subject: [PATCH] You will need to copy "config.h.win32" to "config.h" in the
 include directory.

I think this patch to the docs should be what is needed.

 Magnus Hagander
---
 doc/src/sgml/install-win32.sgml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml
index 303ec7f307c..b002c8c3958 100644
--- a/doc/src/sgml/install-win32.sgml
+++ b/doc/src/sgml/install-win32.sgml
@@ -20,8 +20,9 @@ manually in other cases.
 
 <Para>
 To build the libraries, change directory into the <filename>src</filename>
-directory, and type the command
+directory, and type the commands
 <programlisting>
+copy include\config.h.win32 include\config.h
 nmake /f win32.mak
 </programlisting>
 This assumes that you have <ProductName>Visual C++</ProductName> in your
-- 
GitLab