Leaked source code of windows server 2003
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.

19 lines
439 B

  1. ////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File: chm.h
  4. //
  5. // History: 21-Mar-00 vadimb Created.
  6. //
  7. // Desc: Header for chm.cpp
  8. //
  9. ////////////////////////////////////////////////////////////////////////////////////
  10. #ifndef __CHM_H__
  11. #define __CHM_H__
  12. BOOL ChmWriteProject(
  13. SdbOutputFile* pOutputFile,
  14. SdbDatabase* pAppHelpDB);
  15. #endif // __CHM_H__