Bug 1933630 - Enable the partial history state update collection on GeckoView session...
[gecko.git] / other-licenses / 7zstub / src / C / Util / LzmaLib / LzmaLibExports.c
blob02600c724f62a8e592dce0765092be1182674067
1 /* LzmaLibExports.c -- LZMA library DLL Entry point
2 2015-11-08 : Igor Pavlov : Public domain */
4 #include "../../Precomp.h"
6 #include <windows.h>
8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
10 UNUSED_VAR(hInstance);
11 UNUSED_VAR(dwReason);
12 UNUSED_VAR(lpReserved);
13 return TRUE;