From 1f8d655dc9a8d09a06f638b3417f44b5e2c75e85 Mon Sep 17 00:00:00 2001 From: Alexander Gluzsky Date: Mon, 15 Oct 2012 03:50:19 +0000 Subject: Skype protocol ported (untested) git-svn-id: http://svn.miranda-ng.org/main/trunk@1943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/Skype/pthread.h | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 plugins/!NotAdopted/Skype/pthread.h (limited to 'plugins/!NotAdopted/Skype/pthread.h') diff --git a/plugins/!NotAdopted/Skype/pthread.h b/plugins/!NotAdopted/Skype/pthread.h old mode 100644 new mode 100755 index 1c9f3e3924..b8b6eb615e --- 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) -- cgit v1.2.3