From 393ccc3993e5113b17730164d3003f549fdd185b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 27 Sep 1999 00:33:46 +0000 Subject: [PATCH] Remove 'v' from #include line. --- src/interfaces/libpq/libpq.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc index a94ae08ab50..0e36383d8f4 100644 --- a/src/interfaces/libpq/libpq.rc +++ b/src/interfaces/libpq/libpq.rc @@ -1,4 +1,4 @@ -v#include +#include VS_VERSION_INFO VERSIONINFO FILEVERSION 6,5,2,0 -- 2.39.5