Details
-
Bug
-
Resolution: Done
-
Major - P3
-
1.2.1
-
None
-
None
-
Windows, msvs 2010
Description
error C2664: 'CreateThread' : cannot convert parameter 3 from 'void *' to 'LPTHREAD_START_ROUTINE'
mongo-c-driver\src\mongoc\mongoc-thread-private.h 80
WinApi CreateThread() expects pointer to function that returns DWORD, but linux system cal pthread_create expects pointer to function that returns void *
Attachments
Issue Links
- related to
-
CDRIVER-674 Test various MSVC versions
-
- Closed
-