From: Rémi Bernon rbernon@codeweavers.com
--- include/winnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/winnt.h b/include/winnt.h index 4b333f4ef33..c810830b2b3 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -3224,7 +3224,7 @@ typedef struct _IMAGE_EXPORT_DIRECTORY { /* Import name entry */ typedef struct _IMAGE_IMPORT_BY_NAME { WORD Hint; - BYTE Name[1]; + char Name[1]; } IMAGE_IMPORT_BY_NAME,*PIMAGE_IMPORT_BY_NAME;
#include <pshpack8.h>