Welcome to mirror list, hosted at ThFree Co, Russian Federation.

StdAfx.h « Zip « Archive « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cd49d6ccfa08cd67f90efe0d40b1a88d51f60d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// stdafx.h

#ifndef __STDAFX_H
#define __STDAFX_H

#include <windows.h>
#include <time.h>
#include <limits.h>

#include <memory>

/*
#define _ATL_APARTMENT_THREADED
// #define _ATL_FREE_THREADED


#define _ATL_NO_UUIDOF

#include <atlbase.h>

extern CComModule _Module;

#include <atlcom.h>
#include <shlobj.h>
#include <shlguid.h>

#include <new.h>

*/

#endif