Skip to content

Commit

Permalink
Fix error RC1015 when MFC was not installed with Visual Studio
Browse files Browse the repository at this point in the history
rcedit.rc has #include "afxres.h" but this file is not present when Visual Studio was installed without the MFC option.

rcedit does not actually use MFC, so the fix is simply to #include <windows.h> instead.
  • Loading branch information
Michael Geary committed Jan 29, 2016
1 parent f2e68e8 commit 205a267
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified src/rcedit.rc
Binary file not shown.

0 comments on commit 205a267

Please sign in to comment.