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.

42 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 files 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. * 9/7/2000: JStall: Created
  17. *
  18. * Copyright (C) 2000 by Microsoft Corporation. All rights reserved.
  19. *
  20. \***************************************************************************/
  21. #if !defined(OBJECTAPI__Public_h__INCLUDED)
  22. #define OBJECTAPI__Public_h__INCLUDED
  23. #define GADGET_ENABLE_ALL
  24. #define GADGET_ENABLE_GDIPLUS
  25. #define GADGET_ENABLE_COM
  26. #define GADGET_ENABLE_OLE
  27. #define GADGET_ENABLE_DX
  28. #define GADGET_ENABLE_TRANSITIONS
  29. #include "DUser.h"
  30. #include "DUserCore.h"
  31. #include "DUserMotion.h"
  32. #include "DUserCtrl.h"
  33. #include "Stub.h"
  34. #include "Super.h"
  35. #include "Validate.h"
  36. #endif // OBJECTAPI__Public_h__INCLUDED