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
341 B
19 lines
341 B
#ifndef _MAKECERT_GLOBAL_H
|
|
#define _MAKECERT_GLOBAL_H
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <objbase.h>
|
|
#include <wincrypt.h>
|
|
|
|
#include <nmutil.h>
|
|
#include <confdbg.h>
|
|
#include <strutil.h>
|
|
#include <regentry.h>
|
|
#include <confreg.h>
|
|
#include <nmmkcert.h>
|
|
|
|
#include "nmpvkhlp.h"
|
|
#include "resource.h"
|
|
|
|
#endif
|