summaryrefslogtreecommitdiffabout
path: root/stdafx.h
Unidiff
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")