Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues #5 (compilation error with no MFC) and #6 (truncation of version fields to 8 bits) #7

Merged
merged 2 commits into from
Jan 29, 2016

Conversation

geary
Copy link

@geary geary commented Jan 29, 2016

This fixes these two issues:
#5: Compilation fails with error RC1015 when MFC was not installed with Visual Studio
#6: File version and product version fields are erroneously truncated to 8 bits

Michael Geary added 2 commits January 28, 2016 16:02
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.
These fields are actually 16 bits.
@zcbenz
Copy link
Contributor

zcbenz commented Jan 29, 2016

👍

zcbenz added a commit that referenced this pull request Jan 29, 2016
Fix issues #5 (compilation error with no MFC) and #6 (truncation of version fields to 8 bits)
@zcbenz zcbenz merged commit 660b805 into electron:master Jan 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants