You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
585 B
20 lines
585 B
/*****************************************************************************
|
|
*
|
|
* frosting.h - COOL.DLL functions, types, and definitions
|
|
*
|
|
* Copyright (c) 1993-1994, Microsoft Corp. All rights reserved
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _FROSTING_H
|
|
#define _FROSTING_H
|
|
|
|
#define ordCoolWEP 1
|
|
|
|
DWORD WINAPI CoolEnable(DWORD param);
|
|
#define ordCoolEnable 2
|
|
|
|
void WINAPI CoolGetDosBoxTtFonts(LPSTR pszFaceSbcs, LPSTR pszFaceDbcs);
|
|
#define ordCoolGetDosBoxTtFonts 3
|
|
|
|
#endif /* _FROSTING_H */
|