mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
fix windows.cpp compile for newer versions of mingw
This commit is contained in:
parent
314f18644f
commit
4285d84406
@ -44,7 +44,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_PHONE)
|
||||
#if defined(WINAPI_PARTITION_PHONE) && WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_PHONE)
|
||||
// Headers in Windows Phone 8 DevKit contain severe error, so let's define needed functions on our own
|
||||
extern "C"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user