source: nscp/trunk/StdAfx.h @ 9bc31a8

Last change on this file since 9bc31a8 was 5d8e0b5, checked in by Michael Medin <michael@…>, 8 years ago

MAJOR CHANGES
2004-04-19 MickeM

+ Added SSL support
+ Added alot of new options
+ Added documentation

  • Renamed and restructured NSCLientCompat to CheckSystem
  • *ALOT* of fixes all over : We are now starting to get to something that is "stable" : This means that soon you might actually be able to use this.
  • Property mode set to 100644
File size: 766 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#include <vector>
24
25#include "config.h"
26#include <singleton.h>
27#include <charEx.h>
28#include <memory>
29
30#endif // !defined(AFX_STDAFX_H__6B96F953_C431_11D3_BCD2_00A0D21A1A22__INCLUDED_)
Note: See TracBrowser for help on using the repository browser.