Source code of Windows XP (NT5)
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
565 B

  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 */