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.
 
 
 
 
 
 

31 lines
715 B

/*++
Copyright (C) 1997-2001 Microsoft Corporation
Module Name:
STDAFX.H
Abstract:
include file for standard system include files,
or project specific include files that are used frequently, but
are changed infrequently
History:
a-davj 04-Mar-97 Created.
--*/
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxole.h> // MFC OLE classes
#include <afxodlgs.h> // MFC OLE dialog classes
#include <afxdisp.h> // MFC OLE automation classes
#include <afxdb.h> // MFC database classes
#include "stdprov.h"
#undef PURE
#define PURE {return (unsigned long)E_NOTIMPL;}