summaryrefslogtreecommitdiffstats
path: root/other-licenses/7zstub/src/CPP/7zip/Bundles/SFXWin/StdAfx.h
blob: f263ecb77c5c11e96c3cdec9c8d6e3b287b5828f (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