applied patch #2193442 - port System::Call and related functions to GCC

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5775 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-11-20 21:04:23 +00:00
parent ef3c40bbfd
commit 4c87ec9e83
8 changed files with 1152 additions and 416 deletions

View file

@ -3,7 +3,12 @@
// are changed infrequently
//
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#ifndef STDAFX_H
#define STDAFX_H
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
@ -11,3 +16,5 @@
// TODO: reference additional headers your program requires here
//#define SYSTEM_LOG_DEBUG
#endif /* STDAFX_H */