source: trunk/src/crtdll/old/asmhlp.h@ 10367

Last change on this file since 10367 was 4667, checked in by phaller, 25 years ago

Major move towards WINE CRTDLL, mixture between both code branches

File size: 173 bytes
Line 
1// $Id: asmhlp.h,v 1.1 2000-11-21 23:48:54 phaller Exp $
2#ifndef __ASMHLP_H__
3#define __ASMHLP_H__
4
5void CDECL POP_FPU(double &fpval);
6
7void CDECL SetEDX(ULONG edx);
8
9#endif
Note: See TracBrowser for help on using the repository browser.