blob: 5f2c9fa9dfbc2632783d1ad48433e9fb653583c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
// * Copyright (C) ZenJu (zhnmju123 AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
#ifndef INIT_DLL_BINDING_HEADER_ß018356031467832145
#define INIT_DLL_BINDING_HEADER_ß018356031467832145
namespace findplus
{
//load and check dll binding at startup
bool initDllBinding(); //evaluate in ::DllMain() when attaching process
}
#endif //INIT_DLL_BINDING_HEADER_ß018356031467832145
|