We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbc260c + 0422ff2 commit 0f7501cCopy full SHA for 0f7501c
src/absil/ilwritepdb.fs
@@ -203,7 +203,7 @@ let pdbChecksumDebugInfo timestamp (checksumPdbChunk: BinaryChunk) (algorithmNam
203
buffer
204
{ iddCharacteristics = 0 // Reserved
205
iddMajorVersion = 1 // VersionMajor should be 1
206
- iddMinorVersion = 0x0100 // VersionMinor should be 0x0100
+ iddMinorVersion = 0 // VersionMinor should be 0
207
iddType = 19 // IMAGE_DEBUG_TYPE_CHECKSUMPDB
208
iddTimestamp = timestamp
209
iddData = iddBuffer // Path name to the pdb file when built
0 commit comments