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.

44 lines
550 B

  1. /*
  2. * Copyright (c) 1996 Microsoft Corporation
  3. *
  4. * Module Name:
  5. *
  6. *
  7. * Abstract:
  8. *
  9. *
  10. * Author:
  11. *
  12. *
  13. * Environment:
  14. *
  15. * User Mode
  16. */
  17. #include <windows.h>
  18. #include <stdio.h>
  19. #include <tchar.h>
  20. #include <time.h>
  21. #include <setupapi.h>
  22. #include <ocmanage.h>
  23. #include <shellapi.h>
  24. #include <shlobj.h>
  25. #include <commdlg.h>
  26. #include <dsrole.h>
  27. #include <dsgetdc.h>
  28. #include <esetup.h>
  29. #include "licenoc.h"
  30. #include "resource.h"
  31. #include "ocpage.h"
  32. #include "pages.h"
  33. #include "dir.h"
  34. #include "registry.h"
  35. #include "services.h"