1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Windows build fixes for OpenSSL

This commit is contained in:
Georg Richter
2019-07-16 08:52:24 +02:00
parent dc0f66f006
commit 77d051e89d
5 changed files with 13 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef WIN32
#include <pthread.h>
#else
#include <io.h>
#endif
#ifndef OK