Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ package/x64
tools/clang-format.exe
/linux-crashes
doc/site/
directory.build.targets
directory.build.targets
_codeql_detected_source_root
2 changes: 1 addition & 1 deletion src/windows/common/hcs_schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ inline void to_json(nlohmann::json& j, const DebugOptions& d)
OMIT_IF_EMPTY(j, d, ShutdownOrResetSavedStateFileName);
}

enum VirtualPMemImageFormat
enum class VirtualPMemImageFormat
{
Vhdx,
Vhd1
Expand Down