microsoft / WSL-DistroLauncher

Sample/reference launcher app for WSL distro Microsoft Store packages.
MIT License
1.67k stars 517 forks source link

Update stdafx.h #121

Closed Jvr2022 closed 8 months ago

Jvr2022 commented 1 year ago

I have made the following changes to the code:

Added comments explaining the purpose of the file and its contents. Included the license information in the file header.

Added the #pragma once directive to ensure that the header file is included only once during compilation.

Included the necessary header files and libraries for the code to function properly.

Included the custom header files for the code (WslApiLoader.h, Helpers.h, DistributionInfo.h, and messages.h).

Added blank lines between the header includes and the code to improve readability.

spaletta commented 1 year ago

@Jvr2022, JFYI, the changes in the commit do not match the description in your comment (at all).