2004-05-29 Filip Navara <xnavara@volny.cz>
* include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
This commit is contained in:
parent
814a8765fb
commit
b188d0f595
|
@ -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>
|
2004-05-25 Al Slater <al.slater@scluk.com>
|
||||||
|
|
||||||
* include/httpext.h (HSE_SEND_HEADER_EX_INFO,
|
* include/httpext.h (HSE_SEND_HEADER_EX_INFO,
|
||||||
|
|
|
@ -2619,9 +2619,9 @@ typedef struct _IMAGE_EXPORT_DIRECTORY {
|
||||||
DWORD Base;
|
DWORD Base;
|
||||||
DWORD NumberOfFunctions;
|
DWORD NumberOfFunctions;
|
||||||
DWORD NumberOfNames;
|
DWORD NumberOfNames;
|
||||||
PDWORD *AddressOfFunctions;
|
DWORD AddressOfFunctions;
|
||||||
PDWORD *AddressOfNames;
|
DWORD AddressOfNames;
|
||||||
PWORD *AddressOfNameOrdinals;
|
DWORD AddressOfNameOrdinals;
|
||||||
} IMAGE_EXPORT_DIRECTORY,*PIMAGE_EXPORT_DIRECTORY;
|
} IMAGE_EXPORT_DIRECTORY,*PIMAGE_EXPORT_DIRECTORY;
|
||||||
typedef struct _IMAGE_IMPORT_BY_NAME {
|
typedef struct _IMAGE_IMPORT_BY_NAME {
|
||||||
WORD Hint;
|
WORD Hint;
|
||||||
|
|
Loading…
Reference in New Issue