mirror of
https://github.com/boostorg/sync.git
synced 2026-01-19 04:42:12 +00:00
The corrected DLL entry point for the Embarcadero clang-based compilers.
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
#if defined(BOOST_BORLANDC)
|
#if defined(BOOST_BORLANDC)
|
||||||
extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE /*hInstance*/, DWORD dwReason, LPVOID /*lpReserved*/)
|
extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE /*hInstance*/, DWORD dwReason, LPVOID /*lpReserved*/)
|
||||||
|
#elif defined(BOOST_EMBTC)
|
||||||
|
extern "C" int _libmain(DWORD dwReason)
|
||||||
#elif defined(_WIN32_WCE)
|
#elif defined(_WIN32_WCE)
|
||||||
extern "C" BOOL WINAPI DllMain(HANDLE /*hInstance*/, DWORD dwReason, LPVOID /*lpReserved*/)
|
extern "C" BOOL WINAPI DllMain(HANDLE /*hInstance*/, DWORD dwReason, LPVOID /*lpReserved*/)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user