37 lines
603 B
C
37 lines
603 B
C
|
/*
|
||
|
This is predefined header file.
|
||
|
|
||
|
*/
|
||
|
|
||
|
#ifndef _STDAFX_H
|
||
|
#define _STDAFX_H
|
||
|
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
#include <ntseapi.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <windows.h>
|
||
|
#include <lm.h>
|
||
|
#include <lmapibuf.h>
|
||
|
#include <objbase.h>
|
||
|
#include <ntdsapi.h>
|
||
|
#include "rpc.h"
|
||
|
#include "rpcndr.h"
|
||
|
#include <windows.h>
|
||
|
#include "ole2.h"
|
||
|
#include <activeds.h>
|
||
|
#include "dsgetdc.h"
|
||
|
#include "sddl.h"
|
||
|
#include "seopaque.h"
|
||
|
#include "adshlp.h"
|
||
|
#include <aclapi.h>
|
||
|
//#include <permit.h>
|
||
|
#include <activeds.h>
|
||
|
#include <ntlsa.h>
|
||
|
#include <winldap.h>
|
||
|
#include <sddlp.h>
|
||
|
|
||
|
#endif
|