From: Pali Rohár pali@kernel.org
Signed-off-by: Pali Rohár pali@kernel.org --- include/winnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/winnt.h b/include/winnt.h index 080044e6ad6..bd3cd6dbb1f 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -2645,7 +2645,7 @@ typedef struct WORD ne_psegrefbytes; WORD ne_ganglength; /* 3a Length of gangload area */ }; - WORD ne_swaparea; /* 3c Reserved by Microsoft */ + WORD ne_swaparea; /* 3c Minimum code swap area size */ WORD ne_expver; /* 3e Expected Windows version number */ } IMAGE_OS2_HEADER, *PIMAGE_OS2_HEADER; #include <poppack.h>