
- improved makefiles so nothing is compiled when it's already up-to-date - Added SW_HIDE to ExecShell's accepted show modes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3518 212acab6-be3b-0410-9dea-997c60f758d6
12 lines
141 B
C
12 lines
141 B
C
// stdafx.h
|
|
|
|
#ifndef __STDAFX_H
|
|
#define __STDAFX_H
|
|
|
|
#ifdef _WIN32
|
|
# include <windows.h>
|
|
#else
|
|
# include "../../Platform.h"
|
|
#endif
|
|
|
|
#endif
|