Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error RC1015 when MFC was not installed with Visual Studio
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