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.

39 lines
1.2 KiB

  1. /***************************************************************************\
  2. *
  3. * File: Public.h
  4. *
  5. * Description:
  6. * Public.h contains a list of definitions that are exposed and available
  7. * outside this project. Any other DirectUser project that wishes to use
  8. * these services directly instead of going through public API's can include
  9. * a corresponding [Project]P.h available in the \inc directory.
  10. *
  11. * Definitions that are not exposed through this file are considered project
  12. * specific implementation details and should not used in other projects.
  13. *
  14. *
  15. * History:
  16. * 1/18/2000: JStall: Created
  17. *
  18. * Copyright (C) 2000 by Microsoft Corporation. All rights reserved.
  19. *
  20. \***************************************************************************/
  21. #if !defined(SERVICES__Public_h__INCLUDED)
  22. #define SERVICES__Public_h__INCLUDED
  23. #include "ComManager.h"
  24. #include "Context.h"
  25. #include "DxManager.h"
  26. #include "Buffer.h"
  27. #include "GdiCache.h"
  28. #include "Surface.h"
  29. #include "OSAL.h"
  30. #include "Thread.h"
  31. #include "ResourceManager.h"
  32. #include "TicketManager.h"
  33. #include "Globals.h"
  34. #include "Hook.h"
  35. #endif // SERVICES__Public_h__INCLUDED