Line | |
---|
1 | /* $Id: asmutil.h,v 1.1 2001-05-30 17:43:38 sandervl Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * asmutil.asm function definition
|
---|
5 | *
|
---|
6 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
7 | *
|
---|
8 | */
|
---|
9 |
|
---|
10 | #ifndef __ASMUTIL_H__
|
---|
11 | #define __ASMUTIL_H__
|
---|
12 |
|
---|
13 | #ifdef __cplusplus
|
---|
14 | extern "C" {
|
---|
15 | #endif
|
---|
16 |
|
---|
17 | double CDECL invokeStdCallDouble(PVOID function, int paramsize, PVOID pStack);
|
---|
18 | DWORD CDECL invokeStdCallDword(PVOID function, int paramsize, PVOID pStack);
|
---|
19 |
|
---|
20 | #ifdef __cplusplus
|
---|
21 | }
|
---|
22 | #endif
|
---|
23 |
|
---|
24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.