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.

28 lines
715 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. // WUDetect.h
  3. //
  4. // Copyright (C) Microsoft Corp. 1998
  5. // All rights reserved
  6. //
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Description:
  10. // Global Header
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Original Creator Unkown
  14. // No modification made by RogerJ at 03/08/00
  15. //
  16. /////////////////////////////////////////////////////////////////////////////
  17. #include <windows.h>
  18. #include <tchar.h>
  19. #include <ole2.h>
  20. #include <objbase.h>
  21. #include <io.h>
  22. #include <inseng.h>
  23. #include "detdlls.h"
  24. #include "utils2.h"
  25. #include "detection.h"
  26. #include "expression.h"