60
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
// stdafx.h : include file for standard system include files,
|
|
18 |
// or project specific include files that are used frequently, but
|
|
19 |
// are changed infrequently
|
|
20 |
//
|
|
21 |
|
|
22 |
#if !defined(AFX_STDAFX_H__93DE6A0B_4CE2_49DE_915F_A981F08BBB8A__INCLUDED_)
|
|
23 |
#define AFX_STDAFX_H__93DE6A0B_4CE2_49DE_915F_A981F08BBB8A__INCLUDED_
|
|
24 |
|
|
25 |
#if _MSC_VER > 1000
|
|
26 |
#pragma once
|
|
27 |
#endif // _MSC_VER > 1000
|
|
28 |
|
|
29 |
// Insert your headers here
|
|
30 |
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
|
31 |
|
|
32 |
#define TCF_SERVER
|
|
33 |
|
|
34 |
#include <stdlib.h>
|
|
35 |
#include <windows.h>
|
|
36 |
#include <winsock2.h>
|
|
37 |
|
|
38 |
// TODO: reference additional headers your program requires here
|
|
39 |
|
|
40 |
//{{AFX_INSERT_LOCATION}}
|
|
41 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
42 |
|
|
43 |
#endif // !defined(AFX_STDAFX_H__93DE6A0B_4CE2_49DE_915F_A981F08BBB8A__INCLUDED_)
|