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.

46 lines
595 B

  1. //
  2. // ACPI.H
  3. // This file is included by ObMan applets (namely, the old Whiteboard)
  4. //
  5. // Copyright (c) Microsoft, 1998-
  6. //
  7. #ifndef _H_ACPI
  8. #define _H_ACPI
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif // __cplusplus
  12. //
  13. // Header that sets up OS flags. Include before everything else
  14. //
  15. #include <dcg.h>
  16. #include <ut.h>
  17. #include <dcs.h>
  18. //
  19. // Application Loader Programming Interface
  20. //
  21. #include <al.h>
  22. //
  23. // T.120 Data Conferencing Stuff
  24. //
  25. #include <ast120.h>
  26. #ifdef __cplusplus
  27. }
  28. #endif // __cplusplus
  29. //
  30. // Whiteboard Programming Interface
  31. // C++
  32. //
  33. #include <wb.hpp>
  34. #endif // _H_ACPI