From fee81607c448feaa85024f056c54c6a020d10884 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 22 Dec 2012 17:37:29 +0000 Subject: not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@2805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/Skype/pthread.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 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 deleted file mode 100755 index b8b6eb615e..0000000000 --- a/plugins/!NotAdopted/Skype/pthread.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * $Id: pthread.h,v 1.3 2003/10/05 04:03:05 gena01 Exp $ - * - * Skype Miranda Plugin - * - * Authors: Gennady Feldman (aka Gena01) - * Laurent Marechal (aka Peorth) - * - * Code borrowed for Skype plugin. Fixed to compile on Mingw by G.Feldman - * Original Copyright (c) 2003 Robert Rainwater - * - * This code is under GPL and is based on AIM, MSN and Miranda source code. - * I want to thank Robert Rainwater and George Hazan for their code and support - * and for answering some of my questions during development of this plugin. - */ -#ifndef PTHREAD_H -#define PTHREAD_H - -typedef CRITICAL_SECTION pthread_mutex_t; -#define pthread_mutex_init(pmutex) InitializeCriticalSection(pmutex) -#define pthread_mutex_destroy(pmutex) DeleteCriticalSection(pmutex) -#define pthread_mutex_lock(pmutex) EnterCriticalSection(pmutex) -#define pthread_mutex_unlock(pmutex) LeaveCriticalSection(pmutex) - -#endif -- cgit v1.2.3