Develop and Download Open Source Software

Browse Subversion Repository

Contents of /WcsAPI/stdafx.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (show annotations) (download) (as text)
Wed Feb 10 18:21:00 2010 UTC (14 years, 3 months ago) by sho1get
File MIME type: text/x-chdr
File size: 452 byte(s)


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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26