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

Disable MinimalCoreWin when OpenConsoleUniversalApp is false #7203

Merged
2 commits merged into from
Aug 6, 2020

Commits on Aug 6, 2020

  1. Disable MinimalCoreWin when OpenConsoleUniversalApp is false

    This fixes the build the rest of the way in VS 16.7. Something about the
    way we were using the Store/Container flags caused some of our projects
    to end up linking kernel32.lib only (MinimalCoreWin==KernelOnly).
    The best way to solve it once and for all is to make sure MinimalCoreWin
    is always set.
    
    References 313568d.
    DHowett committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    17daa4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2328e82 View commit details
    Browse the repository at this point in the history