Module: wine Branch: master Commit: d3ad06fb8bef0da3d8c494ee64a4c66fc32b9c67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d3ad06fb8bef0da3d8c494ee64...
Author: André Hentschel nerv@dawncrow.de Date: Fri Oct 28 21:20:29 2011 +0200
include: Clean up some comments.
---
include/winnt.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index 0354649..5fe5bc5 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -3412,7 +3412,7 @@ typedef struct _IMAGE_RELOCATION #define IMAGE_REL_PPC_BRNTAKEN 0x0400 #define IMAGE_REL_PPC_TOCDEFN 0x0800
-/* SH3 ? relocation type */ +/* SH3 relocation types */ #define IMAGE_REL_SH3_ABSOLUTE 0x0000 #define IMAGE_REL_SH3_DIRECT16 0x0001 #define IMAGE_REL_SH3_DIRECT 0x0002 @@ -3433,7 +3433,7 @@ typedef struct _IMAGE_RELOCATION #define IMAGE_REL_SH3_GPREL4_LONG 0x0011 #define IMAGE_REL_SH3_TOKEN 0x0012
-/* ARM (Archimedes?) relocation types */ +/* ARM relocation types */ #define IMAGE_REL_ARM_ABSOLUTE 0x0000 #define IMAGE_REL_ARM_ADDR 0x0001 #define IMAGE_REL_ARM_ADDR32NB 0x0002