NSIS/Source/7zip/Common/StdAfx.h
kichik ec6957f356 fixed bug #1005296 - NSIS build error on Linux with g++ 3.4.0
- upgraded to the latest LZMA SDK


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3637 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-20 19:17:21 +00:00

8 lines
89 B
C

// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#include "../../Platform.h"
#endif