Skip to content

Commit e487cfd

Browse files
author
vdisasmdev
committed
* Move TPEImageKind to PE.Common
1 parent 62d99e1 commit e487cfd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

PE.Common.pas

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ interface
4444

4545
TParserFlags = set of TParserFlag;
4646

47+
TPEImageKind = (
48+
PEIMAGE_KIND_DISK,
49+
PEIMAGE_KIND_MEMORY
50+
);
51+
4752
TPEImageObject = TObject; // Meant to cast TObject -> TPEImage
4853

4954
TParserOption = (

PE.Image.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ interface
5353

5454
type
5555

56-
TPEImageKind = (PEIMAGE_KIND_DISK, PEIMAGE_KIND_MEMORY);
57-
5856
{ TPEImage }
5957

6058
TPEImage = class

0 commit comments

Comments
 (0)