]>
git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/Applications/DNSServiceBrowser/Windows/Sources/StdAfx.h
35fee48c944afc8167c5a2546bd03d51c60bf814
2 * Copyright (c) 2002-2004 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
23 * @APPLE_LICENSE_HEADER_END@
25 Change History (most recent first):
28 Revision 1.3 2004/01/30 02:56:32 bradley
29 Updated to support full Unicode display. Added support for all services on www.dns-sd.org.
31 Revision 1.2 2003/10/09 02:31:55 bradley
32 Define WINVER if not already defined to avoid warning with Visual Studio .NET 2003.
34 Revision 1.1 2003/08/21 02:06:47 bradley
35 Moved Rendezvous Browser for non-Windows CE into Windows sub-folder.
37 Revision 1.4 2003/08/12 19:56:28 cheshire
40 Revision 1.3 2003/07/02 21:20:06 cheshire
41 <rdar://problem/3313413> Update copyright notices, etc., in source code comments
43 Revision 1.2 2002/09/21 20:44:56 zarzycki
46 Revision 1.1 2002/09/20 06:12:53 bradley
47 Rendezvous Browser for Windows
51 #if !defined(AFX_STDAFX_H__424305D2_0A97_4AA0_B9B1_A7D90D18EBA0__INCLUDED_)
52 #define AFX_STDAFX_H__424305D2_0A97_4AA0_B9B1_A7D90D18EBA0__INCLUDED_
56 #endif // _MSC_VER > 1000
58 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
60 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
61 #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
64 #include <afxwin.h> // MFC core and standard components
65 #include <afxext.h> // MFC extensions
66 #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
67 #ifndef _AFX_NO_AFXCMN_SUPPORT
68 #include <afxcmn.h> // MFC support for Windows Common Controls
69 #endif // _AFX_NO_AFXCMN_SUPPORT
75 #include "DNSServices.h"
77 #include "Application.h"
79 #include "ChooserDialog.h"
81 #endif // !defined(AFX_STDAFX_H__424305D2_0A97_4AA0_B9B1_A7D90D18EBA0__INCLUDED_)