From dd8a3394756e06e8353abb35d43803d253adbd91 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Sat, 22 Feb 2014 22:25:10 +0900 Subject: [PATCH] winresrc.h instead of winres.h. --- psqlodbc.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/psqlodbc.rc b/psqlodbc.rc index 8c0bfc9..b8a3ece 100644 --- a/psqlodbc.rc +++ b/psqlodbc.rc @@ -7,7 +7,10 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "winres.h" +#include "winresrc.h" +#ifndef IDC_STATIC +#define IDC_STATIC (-1) +#endif #include "version.h" ///////////////////////////////////////////////////////////////////////////// -- 2.39.5