
- 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
14 lines
222 B
C++
14 lines
222 B
C++
// DLLExports.cpp
|
|
|
|
// #include "StdAfx.h"
|
|
|
|
#ifdef WIN32
|
|
# include <objbase.h>
|
|
# include <initguid.h>
|
|
#endif
|
|
|
|
#include "../Platform.h"
|
|
|
|
#define INITGUID
|
|
#include "7zip/ICoder.h"
|
|
#include "7zip/Compress/LZ/IMatchFinder.h"
|