source: nscp/StdAfx.h @ a0528c4

0.4.00.4.10.4.2stable
Last change on this file since a0528c4 was a0528c4, checked in by Michael Medin <michael@…>, 8 years ago

Initial release

  • Property mode set to 100644
File size: 730 bytes
Line 
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__6B96F953_C431_11D3_BCD2_00A0D21A1A22__INCLUDED_)
7#define AFX_STDAFX_H__6B96F953_C431_11D3_BCD2_00A0D21A1A22__INCLUDED_
8
9#if _MSC_VER > 1000
10#pragma once
11#endif // _MSC_VER > 1000
12
13#define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
14#include <winsock2.h>
15#include <windows.h>
16
17
18#include <iostream>
19#include <tchar.h>
20#include <string>
21#include <list>
22#include <sstream>
23
24#include "config.h"
25#include <singleton.h>
26#include <charEx.h>
27
28#endif // !defined(AFX_STDAFX_H__6B96F953_C431_11D3_BCD2_00A0D21A1A22__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.