Source code of Windows XP (NT5)
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
677 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: pbase.h
  4. // Copyright (C) 1994-1996 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // Parser base classes. Parsers should really be using parsers.h
  8. //
  9. // Owner: MHotchin
  10. //
  11. //-----------------------------------------------------------------------------
  12. #pragma once
  13. #pragma comment(lib, "pbase.lib")
  14. #include ".\pbase\locfile.h"
  15. #include ".\pbase\parseapi.h"
  16. #include ".\pbase\pversion.h"
  17. #include ".\pbase\subparse.h"
  18. #include ".\pbase\binary.h"
  19. #include ".\pbase\imgres32.h"
  20. #include ".\pbase\mnemonic.h"
  21. #include ".\pbase\idupdate.h"
  22. #include ".\pbase\updatelog.h"