From 169004bd52aa83acf92a5d12d5b7ac8f27f91864 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 28 Aug 2009 01:40:15 +0000 Subject: [PATCH] fix compile on VS Express (Eugene Zolenko) --- cryptopp.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptopp.rc b/cryptopp.rc index c33dc98f..84d33396 100644 --- a/cryptopp.rc +++ b/cryptopp.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -75,7 +75,7 @@ END 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""winres.h""\r\n" "\0" END