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.

35 lines
739 B

  1. /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. Copyright (c) 1989-1999 Microsoft Corporation
  3. Module Name:
  4. allcls.hxx
  5. Abstract:
  6. Just one file which includes all code generation class header files.
  7. Notes:
  8. History:
  9. ----------------------------------------------------------------------------*/
  10. #ifndef __ALLCLS_HXX__
  11. #define __ALLCLS_HXX__
  12. #include "cgcls.hxx"
  13. #include "auxcls.hxx"
  14. #include "ndrcls.hxx"
  15. #include "stcls.hxx"
  16. #include "btcls.hxx"
  17. #include "bindcls.hxx"
  18. #include "proccls.hxx"
  19. #include "misccls.hxx"
  20. #include "filecls.hxx"
  21. #include "arraycls.hxx"
  22. #include "ptrcls.hxx"
  23. #include "unioncls.hxx"
  24. #include "fldcls.hxx"
  25. #endif // __ALLCLS_HXX__