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

StdAfx.h « SFXWin « Bundles « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 975a17e8bf7976008e7cf8b73e7e57190b0686b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// StdAfx.h

#ifndef __STDAFX_H
#define __STDAFX_H

#include "../../../Common/Common.h"

#include <commctrl.h>
#include <ShlObj.h>

// #define printf(x) NO_PRINTF_(x)
// #define sprintf(x) NO_SPRINTF_(x)

#endif