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.

32 lines
373 B

  1. /*++
  2. Copyright (c) 1996-1998 Microsoft Corporation
  3. Module Name:
  4. pass2.h
  5. Abstract:
  6. checks whether all referenced options in a file are actually defined
  7. --*/
  8. #ifndef _PASS2_H_
  9. #define _PASS2_H_
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. void CheckOptionIntegrity(PTSTR ptstrPpdFilename);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif