]> sourceware.org Git - newlib-cygwin.git/blobdiff - winsup/w32api/include/winnt.h
2004-05-29 Filip Navara <xnavara@volny.cz>
[newlib-cygwin.git] / winsup / w32api / include / winnt.h
index df156b825247dd037f6864188d4c6137f9614b82..a34bdf92976bb1f01f76f37ed19b5e8887b4b367 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;
This page took 0.022143 seconds and 5 git commands to generate.