andre@1118: /* exdll.h for use with TrustBrdige andre@1010: * Copyright (C) 1999-2005 Nullsoft, Inc. andre@1010: * andre@1010: * This license applies to everything in the NSIS package, except andre@1010: * where otherwise noted. andre@1010: * andre@1010: * This software is provided 'as-is', without any express or implied andre@1010: * warranty. In no event will the authors be held liable for any andre@1010: * damages arising from the use of this software. andre@1010: * andre@1010: * Permission is granted to anyone to use this software for any andre@1010: * purpose, including commercial applications, and to alter it and andre@1010: * redistribute it freely, subject to the following restrictions: andre@1010: * andre@1010: * 1. The origin of this software must not be misrepresented; you must andre@1010: * not claim that you wrote the original software. If you use this andre@1010: * software in a product, an acknowledgment in the product andre@1010: * documentation would be appreciated but is not required. andre@1010: * andre@1010: * 2. Altered source versions must be plainly marked as such, and must andre@1010: * not be misrepresented as being the original software. andre@1010: * andre@1010: * 3. This notice may not be removed or altered from any source andre@1010: * distribution. andre@1010: ************************************************************ andre@1010: * 2005-11-14 wk Applied license text to orginal exdll.h file from andre@1010: * NSIS 2.0.4 and did some formatting changes. andre@1118: * 2014-09-16 ah Stripped out uneccesary stuff for TrustBridge plugin andre@1010: */ andre@1010: andre@1010: #ifndef _EXDLL_H_ andre@1010: #define _EXDLL_H_ andre@1010: andre@1010: /* only include this file from one place in your DLL. (it is all andre@1010: static, if you use it in two places it will fail) */ andre@1010: andre@1010: /* For page showing plug-ins */ andre@1010: andre@1010: #endif//_EXDLL_H_