
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3295 212acab6-be3b-0410-9dea-997c60f758d6
12 lines
196 B
C++
12 lines
196 B
C++
// DLLExports.cpp
|
|
|
|
// #include "StdAfx.h"
|
|
|
|
#include <windows.h>
|
|
#include <initguid.h>
|
|
#ifndef INITGUID
|
|
#define INITGUID
|
|
#endif
|
|
#include "7zip/ICoder.h"
|
|
#include "7zip/Compress/LZ/IMatchFinder.h"
|
|
|