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 #if !defined(AFX_STDAFX_H__B05A63F4_9900_4362_9E2A_2C8E360B3B70__INCLUDED_)
7 #define AFX_STDAFX_H__B05A63F4_9900_4362_9E2A_2C8E360B3B70__INCLUDED_
8 
9 #if _MSC_VER > 1000
10 #pragma once
11 #endif // _MSC_VER > 1000
12 
13 #define WIN32_LEAN_AND_MEAN
14 #define _WINSOCK_DEPRECATED_NO_WARNINGS
15 
16 #include <stdio.h>
17 #include "../config_windows.h"
18 
19 #if defined(_STLP_MSVC)
20   #define HAVE_STLPORT 1
21 #endif
22 
23 #if _MSC_VER >= 1300
24   #define TERMINATE_IN_STD 1
25 #endif
26 
27 #define _WIN32_DCOM
28 
29 //{{AFX_INSERT_LOCATION}}
30 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
31 
32 #endif // !defined(AFX_STDAFX_H__B05A63F4_9900_4362_9E2A_2C8E360B3B70__INCLUDED_)
33