2004-05-29 Filip Navara <xnavara@volny.cz>
* include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user