12 lines
232 B
C
Raw Permalink Normal View History

2011-10-06 20:53:09 +02:00
/*
islzma_dll.c, by Jordan Russell for Inno Setup
This file is public domain (like the LZMA SDK)
*/
#include <windows.h>
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
{
return TRUE;
}