mirror of https://github.com/lianthony/NT4.0
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.
30 lines
509 B
30 lines
509 B
#ifndef _MSNSPMH_H_
|
|
#define _MSNSPMH_H_
|
|
|
|
#define SECURITY_WIN32 1
|
|
|
|
#include <stdio.h>
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <ntlsa.h>
|
|
#include "win32.h"
|
|
#include <stdarg.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
|
|
#include <sspi.h>
|
|
#include <issperr.h>
|
|
#include <crypt.h>
|
|
#include <ntlmsspi.h>
|
|
#include <msnssp.h>
|
|
|
|
#include <htheader.h>
|
|
#include <htspmui.h>
|
|
#include <htspm.h>
|
|
#include <htspmgui.h>
|
|
#include "private.h"
|
|
#include "sspspm.h"
|
|
|
|
#endif // _MSNSPMH_H_
|