fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / libmariadb / mariadb-msvc.patch.1
blob60fddae793eca9d4104b7c47213c57cc754584dc
1 --- mariadb/libmysql/my_pthread.c.orig  2013-04-17 15:45:52.025896770 +0200
2 +++ mariadb/libmysql/my_pthread.c       2013-04-17 15:47:32.292895908 +0200
3 @@ -28,6 +28,10 @@
4  
5  #ifdef _WIN32
6  
7 +#ifndef ETIMEDOUT  /* does not exist MSVC 2008 but was added in MSVC 2010 */
8 +#define ETIMEDOUT 145
9 +#endif
11  int 
12  pthread_cond_init (pthread_cond_t *cv, const pthread_condattr_t *attr)
13  {