commit | 807b04513a5742817f5444a8e6ef990e429a13c5 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Fri Dec 15 20:53:39 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 15 20:53:39 2000 +0000 |
tree | 83eab80a0e0ac2d1a4c65519003c347f64469ba7 | |
parent | 3c7a2b8c8404b08762764bb42cc3b54b00b578a6 [diff] [blame] |
Changed the type of Function to PDWORD as on Windows.
diff --git a/include/winnt.h b/include/winnt.h index 9b460ad..4255285 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -1958,7 +1958,7 @@ typedef struct _IMAGE_THUNK_DATA { union { LPBYTE ForwarderString; - FARPROC Function; + PDWORD Function; DWORD Ordinal; PIMAGE_IMPORT_BY_NAME AddressOfData; } u1;