frosting.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. /*****************************************************************************
  2.  *
  3.  * frosting.h -  COOL.DLL functions, types, and definitions
  4.  *
  5.  * Copyright (c) 1993-1994, Microsoft Corp. All rights reserved
  6.  *
  7.  *****************************************************************************/
  8. #ifndef _FROSTING_H
  9. #define _FROSTING_H
  10. #define ordCoolWEP     1
  11. DWORD WINAPI CoolEnable(DWORD param);
  12. #define ordCoolEnable     2
  13. void WINAPI CoolGetDosBoxTtFonts(LPSTR pszFaceSbcs, LPSTR pszFaceDbcs);
  14. #define ordCoolGetDosBoxTtFonts     3
  15. #endif /* _FROSTING_H */