| Index: third_party/lzma_sdk/C/Util/LzmaLib/LzmaLibExports.c
|
| ===================================================================
|
| --- third_party/lzma_sdk/C/Util/LzmaLib/LzmaLibExports.c (revision 0)
|
| +++ third_party/lzma_sdk/C/Util/LzmaLib/LzmaLibExports.c (revision 0)
|
| @@ -0,0 +1,12 @@
|
| +/* LzmaLibExports.c -- LZMA library DLL Entry point
|
| +2008-10-04 : Igor Pavlov : Public domain */
|
| +
|
| +#include <windows.h>
|
| +
|
| +BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
|
| +{
|
| + hInstance = hInstance;
|
| + dwReason = dwReason;
|
| + lpReserved = lpReserved;
|
| + return TRUE;
|
| +}
|
|
|
| Property changes on: third_party\lzma_sdk\C\Util\LzmaLib\LzmaLibExports.c
|
| ___________________________________________________________________
|
| Added: svn:executable
|
| + *
|
|
|
|
|