Browse Subversion Repository
Contents of /WcsAPI/stdafx.h
Parent Directory
| Revision Log
| 1 |
#pragma once |
| 2 |
|
| 3 |
////////////////////////////////////////////////////////////////////////// |
| 4 |
|
| 5 |
#include "targetver.h" |
| 6 |
|
| 7 |
#define WIN32_LEAN_AND_MEAN |
| 8 |
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS |
| 9 |
|
| 10 |
#ifndef VC_EXTRALEAN |
| 11 |
#define VC_EXTRALEAN |
| 12 |
#endif |
| 13 |
|
| 14 |
#include <afx.h> |
| 15 |
#include <afxwin.h> |
| 16 |
#include <afxtempl.h> // For CArray |
| 17 |
#include <afxmt.h> // For Critialsection |
| 18 |
|
| 19 |
////////////////////////////////////////////////////////////////////////// |
| 20 |
|
| 21 |
|
| 22 |
|
|