root/honeybow/trunk/mwwatcher/src/StdAfx.h

Revision 670, 1.9 kB (checked in by chengyu, 2 years ago)

honeybow sensor mwwatcher component first public release.

Line 
1 // stdafx.h : include file for standard system include files,
2 //  or project specific include files that are used frequently, but
3 //      are changed infrequently
4 //
5 // Copyright (C) 2006 Artemis: Chinese Honeynet Project
6 //
7 // This program is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by
9 // the Free Software Foundation; either version 2 of the License, or
10 // (at your option) any later version.
11 //
12 // This program is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 // GNU General Public License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with this program; if not, write to the Free Software
19 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
20 //
21 /////////////////////////////////////////////////////////////////////////////
22 //
23
24 #if !defined(AFX_STDAFX_H__91F42E16_1873_4BF3_B867_9208189FBEC2__INCLUDED_)
25 #define AFX_STDAFX_H__91F42E16_1873_4BF3_B867_9208189FBEC2__INCLUDED_
26
27 #if _MSC_VER > 1000
28 #pragma once
29 #endif // _MSC_VER > 1000
30
31 #define _WIN32_WINNT 0x400      // Windows Version (xp)
32
33 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
34
35 #include <afxwin.h>         // MFC core and standard components
36 #include <afxext.h>         // MFC extensions
37 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
38 #ifndef _AFX_NO_AFXCMN_SUPPORT
39 #include <afxcmn.h>                     // MFC support for Windows Common Controls
40 #endif // _AFX_NO_AFXCMN_SUPPORT
41
42
43 //{{AFX_INSERT_LOCATION}}
44 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
45
46 #endif // !defined(AFX_STDAFX_H__91F42E16_1873_4BF3_B867_9208189FBEC2__INCLUDED_)
Note: See TracBrowser for help on using the browser.