35 lines
968 B
C
35 lines
968 B
C
|
// stdafx.h : include file for standard system include files,
|
||
|
// or project specific include files that are used frequently,
|
||
|
// but are changed infrequently
|
||
|
|
||
|
#if !defined(AFX_STDAFX_H__6D1C7805_EAEC_11D1_AA65_00C04FA35B82__INCLUDED_)
|
||
|
#define AFX_STDAFX_H__6D1C7805_EAEC_11D1_AA65_00C04FA35B82__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER >= 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER >= 1000
|
||
|
|
||
|
#define _ATL_APARTMENT_THREADED
|
||
|
|
||
|
#ifndef WIN32_LEAN_AND_MEAN
|
||
|
#define WIN32_LEAN_AND_MEAN
|
||
|
#endif
|
||
|
|
||
|
#define INCL_INETSRV_INCS
|
||
|
#include "atq.h"
|
||
|
#include "dbgtrace.h"
|
||
|
|
||
|
#define _ATL_NO_DEBUG_CRT
|
||
|
#define _ATL_STATIC_REGISTRY 1
|
||
|
#define _ASSERTE _ASSERT
|
||
|
#define _WINDLL
|
||
|
#include "atlbase.h"
|
||
|
extern CComModule _Module;
|
||
|
#include "atlcom.h"
|
||
|
#undef _WINDLL
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // !defined(AFX_STDAFX_H__6D1C7805_EAEC_11D1_AA65_00C04FA35B82__INCLUDED)
|