projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765c208
)
[RSYM]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 1 Sep 2013 16:13:16 +0000
(16:13 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 1 Sep 2013 16:13:16 +0000
(16:13 +0000)
* Addendum to r59938.
svn path=/trunk/; revision=59948
reactos/tools/rsym/rsym.h
patch
|
blob
|
history
diff --git
a/reactos/tools/rsym/rsym.h
b/reactos/tools/rsym/rsym.h
index
f90a45d
..
f8d43ef
100644
(file)
--- a/
reactos/tools/rsym/rsym.h
+++ b/
reactos/tools/rsym/rsym.h
@@
-157,8
+157,14
@@
typedef struct _COFF_SYMENT
} COFF_SYMENT, *PCOFF_SYMENT;
#pragma pack(4)
+#ifdef TARGET_i386
+typedef ULONG TARGET_ULONG_PTR;
+#else
+typedef ULONGLONG TARGET_ULONG_PTR;
+#endif
+
typedef struct _ROSSYM_ENTRY {
- ULONG_PTR Address;
+
TARGET_
ULONG_PTR Address;
ULONG FunctionOffset;
ULONG FileOffset;
ULONG SourceLine;