windows-file-versioning-20030619
[openafs.git] / src / WINNT / win9xpanel / StdAfx.h
1 /* Copyright 2000, International Business Machines Corporation and others.
2         All Rights Reserved.
3  
4         This software has been released under the terms of the IBM Public
5         License.  For details, see the LICENSE file in the top-level source
6         directory or online at http://www.openafs.org/dl/license10.html
7 */
8 // stdafx.h : include file for standard system include files,
9 //  or project specific include files that are used frequently, but
10 //      are changed infrequently
11 //
12
13 #if !defined(AFX_STDAFX_H__75E145B7_F5C0_11D3_A374_00105A6BCA62__INCLUDED_)
14 #define AFX_STDAFX_H__75E145B7_F5C0_11D3_A374_00105A6BCA62__INCLUDED_
15
16 #ifdef _WIN32_WINDOWS
17 #undef _WIN32_WINDOWS           //required when you do a make because it includes win32.mak 
18 #endif
19
20 #if _MSC_VER > 1000
21 #pragma once
22 #endif // _MSC_VER > 1000
23
24 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
25
26 #include <afxwin.h>         // MFC core and standard components
27 #include <afxext.h>         // MFC extensions
28 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
29 #ifndef _AFX_NO_AFXCMN_SUPPORT
30 #include <afxcmn.h>                     // MFC support for Windows Common Controls
31 #endif // _AFX_NO_AFXCMN_SUPPORT
32
33 //{{AFX_INSERT_LOCATION}}
34 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
35 #include <afxtempl.h>           // add this for templets CList
36 #ifdef WINSOCK2
37 #include "winsock2.h"
38 #endif
39 #include <afxsock.h>            // MFC socket extensions
40 #include "wait.h"
41
42 #endif // !defined(AFX_STDAFX_H__75E145B7_F5C0_11D3_A374_00105A6BCA62__INCLUDED_)