|
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 |
|
|---|
| 6 |
#if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) |
|---|
| 7 |
#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_ |
|---|
| 8 |
|
|---|
| 9 |
#if _MSC_VER > 1000 |
|---|
| 10 |
#pragma once |
|---|
| 11 |
#endif // _MSC_VER > 1000 |
|---|
| 12 |
|
|---|
| 13 |
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers |
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
#include <windows.h> |
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
#include <stdlib.h> |
|---|
| 21 |
#include <malloc.h> |
|---|
| 22 |
#include <memory.h> |
|---|
| 23 |
#include <tchar.h> |
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
#include <ole2.h> |
|---|
| 29 |
#include <shellapi.h> |
|---|
| 30 |
#include <shlobj.h> |
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
#endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) |
|---|