home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
graphics
/
audio
/
acmapp
/
acmthunk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-10-05
|
1KB
|
50 lines
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
// Copyright (C) 1992 - 1997 Microsoft Corporation. All Rights Reserved.
//
//--------------------------------------------------------------------------;
//
// acmthunk.h
//
// Description:
// Contains function prototypes for the thunking code in acmthunk.c.
//
//
//==========================================================================;
#ifndef _INC_ACMTHUNK
#define _INC_ACMTHUNK
#ifdef __cplusplus
extern "C"
{
#endif
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ;
//
//
//
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ;
BOOL FAR PASCAL acmThunkInitialize
(
void
);
BOOL FAR PASCAL acmThunkTerminate
(
void
);
#ifdef __cplusplus
}
#endif
#endif // _INC_ACMTHUNK