Looks like, there's no point in using Windows native msvc?120.dll with Wine. These libs behave unexpectedly. Moreover, Concurrency functionality not fully implemented in Wine msvcp120.dll version.
I solved my problem with recompilation with MinGW. Moreover, I lost much time because of __MINGW_USE_VC2005_COMPAT does not defined by default in MinGW (this causes MinGW_sizeof(time_t) != MSVC_sizeof(time_t) (4 != 8).