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.
|
|
#ifndef _PRECOMP_HXX_
#define _PRECOMP_HXX_
//
// System related headers
//
#include <iis.h>
#include <malloc.h>
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <time.h>
#include "dbgutil.h"
//
// IIS headers
//
#include <iadmw.h>
#include <mb.hxx>
#include <helpfunc.hxx>
//
// General C runtime libraries
#include <string.h>
#include <wchar.h>
#include <lkrhash.h>
#include <lock.hxx>
//
// Headers for this project
//
#include <objbase.h>
#include "dbgutil.h"
#include <string.hxx>
#include <stringa.hxx>
#include <chunkbuffer.hxx>
#include "w3cache.hxx"
#include "iisext.h"
#include "iisextp.h"
#include "iiscnfg.h"
//
// NT AuthZ stuff
//
#include <initguid.h>
#include "azroles.h"
#include "azapplication.hxx"
#include "adminmanager.hxx"
#endif
|