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 missing include #147

Merged
merged 4 commits into from
Mar 6, 2022
Merged

Conversation

Flamefire
Copy link
Collaborator

Add missing include: shellapi.h

CommandLineToArgvW is defined in shellapi.h not windows.h although the former is usually included by the latter unless e.g. WIN32_LEAN_AND_MEAN is defined.

windows-latest was moved to windows-2022 which does not have VS 2019
Also add test of this in combination with WIN32_LEAN_AND_MEAN.

Checks for missing includes, such as shellapi.h
CommandLineToArgvW is defined in shellapi.h not windows.h although the former is usually included by the latter unless e.g. WIN32_LEAN_AND_MEAN is defined.
@Flamefire Flamefire changed the base branch from fix/missing_include to develop March 6, 2022 11:48
@Flamefire Flamefire closed this Mar 6, 2022
@Flamefire Flamefire reopened this Mar 6, 2022
@codecov
Copy link

codecov bot commented Mar 6, 2022

Codecov Report

Merging #147 (365013b) into develop (a944d22) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #147   +/-   ##
========================================
  Coverage    99.33%   99.33%           
========================================
  Files           33       33           
  Lines         3001     3001           
========================================
  Hits          2981     2981           
  Misses          20       20           
Impacted Files Coverage Δ
test/test_system.cpp 100.00% <ø> (ø)

@Flamefire Flamefire merged commit 33d8ac6 into boostorg:develop Mar 6, 2022
@Flamefire Flamefire deleted the fix/missing_include branch March 6, 2022 15:33
github-actions bot pushed a commit that referenced this pull request Mar 6, 2022
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.

1 participant