mirror of
https://github.com/microsoft/WSL.git
synced 2026-04-11 19:48:11 -05:00
Implements all but 6 of the remaining SDK APIs. Makes some changes to the header for alignment: 1. Enum naming / values for consistency with runtime 2. Use of `CONST` macro instead of `const` keyword directly 3. Make `WslcImageInfo` directly freeable by using a char array instead of pointer, reducing complexity for callers. Also removes values that the runtime does not provide to us.