windows-nt/Source/XPSP1/NT/shell/inc/win95/frosting.h

21 lines
565 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*****************************************************************************
*
* 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 */