mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
pdb: make SuperBlock def public
This commit is contained in:
parent
bc33243650
commit
56195aa73c
@ -972,9 +972,9 @@ fn blockCountFromSize(size: u32, block_size: u32) u32 {
|
||||
}
|
||||
|
||||
// https://llvm.org/docs/PDB/MsfFile.html#the-superblock
|
||||
const SuperBlock = extern struct {
|
||||
pub const SuperBlock = extern struct {
|
||||
/// The LLVM docs list a space between C / C++ but empirically this is not the case.
|
||||
const file_magic = "Microsoft C/C++ MSF 7.00\r\n\x1a\x44\x53\x00\x00\x00";
|
||||
pub const file_magic = "Microsoft C/C++ MSF 7.00\r\n\x1a\x44\x53\x00\x00\x00";
|
||||
|
||||
FileMagic: [file_magic.len]u8,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user