summaryrefslogtreecommitdiffabout
path: root/stdafx.h
authorMichael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
commitfb8b43dbce8bc310718614384297aeaabb9a3cbb (patch) (unidiff)
treeaf9d2c2b71ddffff93a97a02fe26611096b78645 /stdafx.h
downloadbigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.zip
bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.tar.gz
bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.tar.bz2
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'stdafx.h') (more/less context) (ignore whitespace changes)
-rw-r--r--stdafx.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
new file mode 100644
index 0000000..37403c2
--- a/dev/null
+++ b/stdafx.h
@@ -0,0 +1,33 @@
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
6 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
7
8#include <afxwin.h> // MFC core and standard components
9#include <afxext.h> // MFC extensions
10#include <afxcview.h>
11#ifndef _AFX_NO_AFXCMN_SUPPORT
12 #include <afxcmn.h> // MFC support for Windows 95 Common Controls
13#endif // _AFX_NO_AFXCMN_SUPPORT
14
15 #include <afxsock.h> // MFC socket extensions
16
17#include <afxtempl.h>
18
19#include <winsock.h>
20#include "shared-code/ms_icmp.h"
21#include "shared-code/ip_icmp.h"
22#include "shared-code/kICMP.h"
23
24 enum{
25 WM_TRAYICONMESSAGE = WM_USER,
26 WM_ACTIVITYCOUNT,
27 WM_UPDATETREEBROTHER,
28 WM_CHECKQUEUE,
29 WM_BROTHERUPDOWN
30};
31#include <MMSystem.h>
32// CG: The following line was added by the Windows Multimedia component.
33#pragma comment(lib, "winmm.lib")