From 076535bc0670bf8f46b0864b1cec8d22370d968c Mon Sep 17 00:00:00 2001 From: christoth Date: Thu, 5 Feb 2015 13:09:19 -0500 Subject: [PATCH] Remove MFC lib dependency Replace afxres.h with windows.h to remove dependency on MFC for compilation on Windows --- atom/browser/resources/win/atom.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index 455e801ebf17..a3abe4d6f2a6 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -31,7 +31,7 @@ END 2 TEXTINCLUDE BEGIN - "#include ""afxres.h""\r\n" + "#include ""windows.h""\r\n" "\0" END