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

C++ MFC .RC2 resource files will not compile if EOF terminator is moved onto last line #18

Closed
codecadwallader opened this issue Aug 25, 2014 · 0 comments
Assignees

Comments

@codecadwallader
Copy link
Owner

RC2 resource files used in C++ MFC seem to require that the end of file terminator be placed on a separate line. These files are literally imported into other RC files. CodeMaid usually moves the EOF terminator to the end of the last content line of the file (optional setting).

It looks like we should make an exception case for RC2 files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant