OSDN Git Service

2004-05-29 Filip Navara <xnavara@volny.cz>
authorinfidel <infidel>
Mon, 31 May 2004 14:10:19 +0000 (14:10 +0000)
committerinfidel <infidel>
Mon, 31 May 2004 14:10:19 +0000 (14:10 +0000)
* include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.

winsup/w32api/ChangeLog
winsup/w32api/include/winnt.h

index 92c4108..33b5b89 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-29  Filip Navara  <xnavara@volny.cz>
+
+       * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
+
 2004-05-25  Al Slater  <al.slater@scluk.com>
 
        * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
index df156b8..a34bdf9 100644 (file)
@@ -2619,9 +2619,9 @@ typedef struct _IMAGE_EXPORT_DIRECTORY {
        DWORD Base;
        DWORD NumberOfFunctions;
        DWORD NumberOfNames;
-       PDWORD *AddressOfFunctions;
-       PDWORD *AddressOfNames;
-       PWORD *AddressOfNameOrdinals;
+       DWORD AddressOfFunctions;
+       DWORD AddressOfNames;
+       DWORD AddressOfNameOrdinals;
 } IMAGE_EXPORT_DIRECTORY,*PIMAGE_EXPORT_DIRECTORY;
 typedef struct _IMAGE_IMPORT_BY_NAME {
        WORD Hint;