frosting.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- /*****************************************************************************
- *
- * 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 */
English
