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.
 
 
 
 
 
 

40 lines
763 B

//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 1999--2001 Microsoft Corporation
//
// Module Name:
// stdafx.h
//
// Description:
// Global header file.
//
// History:
// Xing Jin (i-xingj) 23-Dec-2000
//
//////////////////////////////////////////////////////////////////////////////
#pragma once
#undef _ATL_NO_DEBUG_CRT
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <atlbase.h>
#include <wbemidl.h>
#include <initguid.h>
#include <wbemcli.h>
#include <wbemprov.h>
#include <cdosys.h>
#include <cdosysstr.h>
#include <cdosyserr.h>
using namespace CDO;
#include <salocmgr.h>
#include <elementmgr.h>
#include <satrace.h>