ICP  1
Macros
stdafx.h File Reference
#include "targetver.h"
#include "resource.h"
#include <atlbase.h>
#include <atlcom.h>
#include <atlctl.h>
#include <stdio.h>
#include <iostream>
#include <sstream>
#include <list>
#include <map>
#include <set>
#include <vector>
#include <sys/timeb.h>
#include <algorithm>
#include <math.h>
#include <stdint.h>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/signals2.hpp>
#include <boost/array.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <Poco/Notification.h>
#include <Poco/NotificationCenter.h>
#include <Poco/BasicEvent.h>
#include <Poco/Observer.h>
#include <Poco/NObserver.h>
#include <Poco/AutoPtr.h>
#include <Poco/MemoryPool.h>
#include <Poco/Path.h>
#include "Poco/Util/Application.h"
#include "Poco/String.h"
#include "Poco/Environment.h"
#include "Poco/Format.h"
#include "Poco/LogStream.h"
#include "Poco/NamedMutex.h"
#include "Poco/TaskManager.h"
#include <Poco/TaskNotification.h>
#include <Poco/NotificationQueue.h>
#include <Poco/Semaphore.h>
#include "Poco/RWLock.h"
#include "Poco/Net/TCPServer.h"
#include "Poco/Net/TCPServerConnection.h"
#include "Poco/Net/TCPServerConnectionFactory.h"
#include "Poco/Net/TCPServerParams.h"
#include "Poco/Net/StreamSocket.h"
#include "Poco/Net/ServerSocket.h"
#include "Poco/Net/HTTPServer.h"

Go to the source code of this file.

Macros

#define STRICT
 
#define NOMINMAX
 
#define _ATL_FREE_THREADED
 
#define _ATL_NO_AUTOMATIC_NAMESPACE
 
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
 
#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
 

Macro Definition Documentation

#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS

Definition at line 20 of file stdafx.h.

#define _ATL_FREE_THREADED

Definition at line 16 of file stdafx.h.

#define _ATL_NO_AUTOMATIC_NAMESPACE

Definition at line 18 of file stdafx.h.

#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW

Definition at line 22 of file stdafx.h.

#define NOMINMAX

Definition at line 11 of file stdafx.h.

#define STRICT

Definition at line 8 of file stdafx.h.