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.

19 lines
322 B

  1. #ifndef _MAKECERT_GLOBAL_H
  2. #define _MAKECERT_GLOBAL_H
  3. #include <windows.h>
  4. #include <windowsx.h>
  5. #include <objbase.h>
  6. #include <wincrypt.h>
  7. #include <nmutil.h>
  8. #include <confdbg.h>
  9. #include <strutil.h>
  10. #include <regentry.h>
  11. #include <confreg.h>
  12. #include <nmmkcert.h>
  13. #include "nmpvkhlp.h"
  14. #include "resource.h"
  15. #endif