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.
34 lines
700 B
34 lines
700 B
//*************************************************************
|
|
//
|
|
// Main header file for UserEnv project
|
|
//
|
|
// Microsoft Confidential
|
|
// Copyright (c) Microsoft Corporation 1995
|
|
// All rights reserved
|
|
//
|
|
//*************************************************************
|
|
|
|
#ifndef RC_INVOKED
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
#include <shlobj.h>
|
|
#include <userenv.h>
|
|
#include <userenvp.h>
|
|
#include "globals.h"
|
|
#include "debug.h"
|
|
#include "profile.h"
|
|
#include "util.h"
|
|
#include "sid.h"
|
|
#include "events.h"
|
|
#include "copydir.h"
|
|
#include "resource.h"
|
|
#include "userdiff.h"
|
|
#include "policy.h"
|
|
|
|
#include <shell.h>
|
|
#include <shellp.h>
|