diff options
Diffstat (limited to 'plugins/!NotAdopted/Skype/pthread.h')
-rwxr-xr-x[-rw-r--r--] | plugins/!NotAdopted/Skype/pthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/Skype/pthread.h b/plugins/!NotAdopted/Skype/pthread.h index 1c9f3e3924..b8b6eb615e 100644..100755 --- a/plugins/!NotAdopted/Skype/pthread.h +++ b/plugins/!NotAdopted/Skype/pthread.h @@ -16,7 +16,6 @@ #ifndef PTHREAD_H
#define PTHREAD_H
-unsigned long pthread_create(void (*threadcode) (void *), void *arg);
typedef CRITICAL_SECTION pthread_mutex_t;
#define pthread_mutex_init(pmutex) InitializeCriticalSection(pmutex)
#define pthread_mutex_destroy(pmutex) DeleteCriticalSection(pmutex)
|