NSIS/Source/7zip/7zGuids.cpp
kichik bd25e070c8 - compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3436 212acab6-be3b-0410-9dea-997c60f758d6
2004-01-30 22:04:10 +00:00

12 lines
220 B
C++

// DLLExports.cpp
// #include "StdAfx.h"
#ifndef INITGUID
#define INITGUID
#endif
#include <objbase.h>
#include <initguid.h>
#include "../Platform.h"
#include "7zip/ICoder.h"
#include "7zip/Compress/LZ/IMatchFinder.h"