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.

27 lines
469 B

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. PARSUTIL.H
  5. History:
  6. --*/
  7. #pragma once
  8. #pragma comment(lib, "parsutil.lib")
  9. #ifdef IMPLEMENT
  10. #error Illegal use of IMPLEMENT macro
  11. #endif
  12. #include <ltapi.h> // Provide interface definitions
  13. #include ".\parsers\ParsUtil\LocParser.h"
  14. #include ".\parsers\ParsUtil\LocChild.h"
  15. #include ".\parsers\ParsUtil\LocBinary.h"
  16. #include ".\parsers\ParsUtil\LocVersion.h"