source: trunk/src/oleaut32/asmutil.h@ 10367

Last change on this file since 10367 was 5840, checked in by sandervl, 24 years ago

typelib updates

File size: 452 bytes
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
14extern "C" {
15#endif
16
17double CDECL invokeStdCallDouble(PVOID function, int paramsize, PVOID pStack);
18DWORD 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.