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.

17 lines
448 B

  1. //+-------------------------------------------------
  2. // globals.cxx
  3. //
  4. // Contains global variables used in this program
  5. //
  6. // 10-31-96 Created
  7. //--------------------------------------------------
  8. #include <mstask.h>
  9. #include <msterr.h>
  10. #include "tint.hxx"
  11. ITask *g_pITask = NULL;
  12. ITaskTrigger *g_pITaskTrigger;
  13. ITaskScheduler *g_pISchedAgent = NULL;
  14. IEnumWorkItems *g_pIEnumTasks = NULL;
  15. IUnknown *g_pIUnknown = NULL;