Commit fd15a1d4 authored by Alexandre Julliard's avatar Alexandre Julliard

winecrt0: Fix delay load structure types for Win64.

parent 908853f6
......@@ -24,14 +24,14 @@
struct ImgDelayDescr
{
DWORD grAttrs;
DWORD_PTR grAttrs;
LPCSTR szName;
HMODULE *phmod;
IMAGE_THUNK_DATA *pIAT;
const IMAGE_THUNK_DATA *pINT;
const IMAGE_THUNK_DATA *pBoundIAT;
const IMAGE_THUNK_DATA *pUnloadIAT;
DWORD dwTimeStamp;
DWORD_PTR dwTimeStamp;
};
extern struct ImgDelayDescr __wine_spec_delay_imports[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment