From fec5bd18f13437fd7e28077fde7f90891c9bc979 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Wed, 12 Jun 2013 15:00:52 -0500 Subject: [PATCH] GH #151: Bug compiling Poco 1.4.6p1 with Visual Studio Express --- DLLVersion.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DLLVersion.rc b/DLLVersion.rc index 4b2191424..596a448b7 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -2,7 +2,7 @@ #error This file is not editable by Visual C++. #endif //APSTUDIO_INVOKED -#include "afxres.h" +#include "winres.h" #define POCO_VERSION 1,5,2,0 #define POCO_VERSION_STR "1.5.2"