source: trunk/src/kernel32/old/thunk.h@ 1036

Last change on this file since 1036 was 955, checked in by sandervl, 26 years ago

Backup copy of old kernel32

File size: 304 bytes
Line 
1/* $Id: thunk.h,v 1.1 1999-09-15 23:33:01 sandervl 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.