Skip to content

[UDFS] Fix compilation error when enabling debug output#239

Closed
Copilot wants to merge 3 commits into
writefrom
copilot/fix-compilation-error-debug-output
Closed

[UDFS] Fix compilation error when enabling debug output#239
Copilot wants to merge 3 commits into
writefrom
copilot/fix-compilation-error-debug-output

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 10, 2026

  • Fix compilation error in drivers/filesystems/udfs/Include/phys_lib.cpp line 979 (WCacheBlocksPerFrameSh not a member of VCB)
  • Fix compilation error in drivers/filesystems/udfs/write.cpp line 590: StartingOffset.LowPart invalid — StartingOffset is LONGLONG, not LARGE_INTEGER; replaced with (ULONG)StartingOffset

Copilot AI changed the title [WIP] Fix compilation error when enabling debug output [UDFS] Fix compilation error when enabling debug output Apr 10, 2026
Copilot AI requested a review from Zero3K20 April 10, 2026 02:24
@Zero3K20 Zero3K20 closed this Apr 27, 2026
Copilot AI added a commit that referenced this pull request Apr 28, 2026
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.

[UDFS] Fix compilation error when enabling debug output

2 participants