source: trunk/src/kernel32/thunk.h@ 7029

Last change on this file since 7029 was 99, checked in by phaller, 26 years ago

Add: added cvs variable $Id$ to source files.

File size: 303 bytes
Line 
1/* $Id: thunk.h,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
2
3#ifndef __THUNK_H__
4#define __THUNK_H__
5
6typedef struct
7{
8 char magic[4];
9 DWORD length;
10 DWORD ptr;
11 DWORD x0C;
12
13 DWORD x10;
14 DWORD x14;
15 DWORD x18;
16 DWORD x1C;
17 DWORD x20;
18} thunkstruct;
19
20#endif
Note: See TracBrowser for help on using the repository browser.