Leaked source code of windows server 2003
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.
 
 
 
 
 
 

38 lines
510 B

#ifdef UNICODE
#ifndef _UNICODE
#define _UNICODE
#endif
#else
#ifndef _MBCS
#define _MBCS
#endif
#endif
#ifndef RC_INVOKED
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#endif
#include <tchar.h>
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <strsafe.h>
#include <sddl.h>
#define _USERENV_
#include <userenv.h>
#include <userenvp.h>
#include <profmapp.h>
#include <lm.h>
#include <aclapi.h>
#include "global.h"
#include <ntrpcp.h>