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.

25 lines
650 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: parsutil.h|inc
  4. // Copyright (C) 1994-1996 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. //
  8. //
  9. //-----------------------------------------------------------------------------
  10. #pragma once
  11. #pragma comment(lib, "parsutil.lib")
  12. #ifdef IMPLEMENT
  13. #error Illegal use of IMPLEMENT macro
  14. #endif
  15. #include <ltapi.h> // Provide interface definitions
  16. #include ".\parsers\ParsUtil\LocParser.h"
  17. #include ".\parsers\ParsUtil\LocChild.h"
  18. #include ".\parsers\ParsUtil\LocBinary.h"
  19. #include ".\parsers\ParsUtil\LocVersion.h"