QNX and BLACKBERRY support

UDP Multicast for QNX

git-svn-id: svn://db.shs.com.ru/pip@133 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-05-21 06:17:47 +00:00
parent 7d506588e6
commit 0ab3bb388f
12 changed files with 89 additions and 20 deletions

View File

@@ -24,6 +24,9 @@
#define PIMUTEX_H
#include "piinit.h"
#ifdef BLACKBERRY
# include <pthread.h>
#endif
class PIP_EXPORT PIMutex
{

View File

@@ -28,6 +28,9 @@
#include "piinit.h"
#include "pimutex.h"
#include "piobject.h"
#ifdef BLACKBERRY
# include <pthread.h>
#endif
#ifdef WINDOWS
# define __THREAD_FUNC__ uint __stdcall
#else