2003-11-24 00:08:58 +00:00
|
|
|
// DLLExports.cpp
|
|
|
|
|
|
|
|
// #include "StdAfx.h"
|
|
|
|
|
2004-03-29 20:21:00 +00:00
|
|
|
#ifdef WIN32
|
|
|
|
# include <objbase.h>
|
|
|
|
# include <initguid.h>
|
2003-12-21 21:00:37 +00:00
|
|
|
#endif
|
2004-03-29 20:21:00 +00:00
|
|
|
|
2004-01-30 22:04:10 +00:00
|
|
|
#include "../Platform.h"
|
2004-03-29 20:21:00 +00:00
|
|
|
|
|
|
|
#define INITGUID
|
2003-11-24 00:08:58 +00:00
|
|
|
#include "7zip/ICoder.h"
|
|
|
|
#include "7zip/Compress/LZ/IMatchFinder.h"
|