summaryrefslogtreecommitdiffstats
path: root/include/coff/pe.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-02-13 21:01:44 +0000
committerDJ Delorie <dj@redhat.com>2001-02-13 21:01:44 +0000
commit6279373caeb1169d0c74d0411e1678d97752dbdd (patch)
tree314d7ad1c875df10b9ba82ca95f4c7b518964a72 /include/coff/pe.h
parent5a4b4ab9cccd3f81796555c0e5e508ce800f713a (diff)
downloadcygnal-6279373caeb1169d0c74d0411e1678d97752dbdd.tar.gz
cygnal-6279373caeb1169d0c74d0411e1678d97752dbdd.tar.bz2
cygnal-6279373caeb1169d0c74d0411e1678d97752dbdd.zip
* include/coff/pe.h: Rename PEP64AOUTHDR to PEPAOUTHDR. Rename
PEP64AOUTSZ to PEPAOUTSZ.
Diffstat (limited to 'include/coff/pe.h')
-rw-r--r--include/coff/pe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/coff/pe.h b/include/coff/pe.h
index 0cf46d0e2..7f1547487 100644
--- a/include/coff/pe.h
+++ b/include/coff/pe.h
@@ -279,8 +279,8 @@ typedef struct
char NumberOfRvaAndSizes[4];
/* IMAGE_DATA_DIRECTORY DataDirectory[IMAGE_NUMBEROF_DIRECTORY_ENTRIES]; */
char DataDirectory[16][2][4]; /* 16 entries, 2 elements/entry, 4 chars. */
-} PEP64AOUTHDR;
-#define PEP64AOUTSZ 240
+} PEPAOUTHDR;
+#define PEPAOUTSZ 240
#undef E_FILNMLEN
#define E_FILNMLEN 18 /* # characters in a file name. */