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.

24 lines
605 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // File: ntcompat.h
  4. //
  5. // History: 27-Mar-01 markder Created.
  6. //
  7. // Desc: This file contains all code needed to create ntcompat.inx
  8. // additions.
  9. //
  10. ///////////////////////////////////////////////////////////////////////////////
  11. #ifndef __NTCOMPAT_H__
  12. #define __NTCOMPAT_H__
  13. BOOL NtCompatWriteInfAdditions(
  14. SdbOutputFile* pOutputFile,
  15. SdbDatabase* pDB);
  16. BOOL NtCompatWriteMessageInf(
  17. SdbOutputFile* pOutputFile,
  18. SdbDatabase* pDB);
  19. #endif // __NTCOMPAT_H__