|
Revision 1232, 0.9 kB
(checked in by augur, 5 years ago)
|
Initial revision
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
#if !defined(AFX_STDAFX_H__9E204F24_4F04_11D7_858F_8CA08FF5860C__INCLUDED_) |
|---|
| 6 |
#define AFX_STDAFX_H__9E204F24_4F04_11D7_858F_8CA08FF5860C__INCLUDED_ |
|---|
| 7 |
|
|---|
| 8 |
#if _MSC_VER > 1000 |
|---|
| 9 |
#pragma once |
|---|
| 10 |
#endif // _MSC_VER > 1000 |
|---|
| 11 |
|
|---|
| 12 |
#define STRICT |
|---|
| 13 |
#ifndef _WIN32_WINNT |
|---|
| 14 |
#define _WIN32_WINNT 0x0400 |
|---|
| 15 |
#endif |
|---|
| 16 |
#define _ATL_APARTMENT_THREADED |
|---|
| 17 |
|
|---|
| 18 |
#include <atlbase.h> |
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
extern CComModule _Module; |
|---|
| 22 |
#include <atlcom.h> |
|---|
| 23 |
#include <atlctl.h> |
|---|
| 24 |
#include <direct.h> |
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
#endif // !defined(AFX_STDAFX_H__9E204F24_4F04_11D7_858F_8CA08FF5860C__INCLUDED) |
|---|