Details
Details
Diff Detail
Diff Detail
Event Timeline
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 705 | Can you add a line above this constexpr size_t BITMAPFILEHEADER_size = 14; and then use this here and below? | |
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 705 | Sure, will do. | |
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 708 | Is alignment already guaranteed here? | |
| tools/llvm-rc/ResourceFileWriter.cpp | ||
|---|---|---|
| 708 | Yes; this is called from writeResource, which aligns the stream before writing the resource header, and then calls this. | |
Can you add a line above this constexpr size_t BITMAPFILEHEADER_size = 14; and then use this here and below?