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

Restore dogfooding in XP #21

Closed
wants to merge 2 commits into from
Closed

Restore dogfooding in XP #21

wants to merge 2 commits into from

Conversation

roytam1
Copy link

@roytam1 roytam1 commented Apr 9, 2018

  • Downgrade VC project to VC2010
  • Downgrade C/C++ syntax to VC2010
  • Dynamic loading Wow64 functions

- Downgrade VC project to VC2010
- Downgrade C/C++ syntax to VC2010
- Dynamic loading Wow64 functions
@msftclas
Copy link

msftclas commented Apr 9, 2018

CLA assistant check
All CLA requirements met.

src/wfgoto.cpp Outdated
{
vector<PDNODE> * option = options_per_word.at(i);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: follow code style for pointerAlignment

vector<PDNODE> *option = options_per_word.at(i);

@craigwi
Copy link
Contributor

craigwi commented Apr 10, 2018

I'm open to changes to the .c/.h sources which make this use case possible, but I will not downgrade the vcxproj file. You will need to create a separate one to compile with anything other than VS2015 and VS2017.

@NazmusLabs
Copy link
Contributor

Yeah, I agree with craigwi. We shouldn't downgrade to an older project file.

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.

5 participants