Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 9, 2024
1 parent 64e43c2 commit 3b49dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/IKVM.Reflection/Writer/GuidHeap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sealed class GuidHeap : SimpleHeap
/// </summary>
internal GuidHeap()
{

}

internal int Add(Guid guid)
Expand Down
3 changes: 2 additions & 1 deletion src/IKVM.Reflection/Writer/IMAGE_OPTIONAL_HEADER.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Jeroen Frijters
*/
using System.IO;

using IKVM.Reflection.Reader;

using BYTE = System.Byte;
using DWORD = System.UInt32;
using IMAGE_DATA_DIRECTORY = IKVM.Reflection.Reader.IMAGE_DATA_DIRECTORY;
using ULONGLONG = System.UInt64;
using WORD = System.UInt16;

Expand Down

0 comments on commit 3b49dd8

Please sign in to comment.