X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fwin32_specific.h;h=122ab491b32075d258017f6a54849ff834b2f73c;hb=ac3353b0e7707101ae72e4ca1272a3d19e38f75f;hp=18a2c210335cc884a2bfb68003d14be90f99f8b7;hpb=4f08a70d2125a8ebcf05b82b73fcdb3a1d56cae3;p=vlc diff --git a/include/win32_specific.h b/include/win32_specific.h index 18a2c21033..122ab491b3 100644 --- a/include/win32_specific.h +++ b/include/win32_specific.h @@ -1,8 +1,8 @@ /***************************************************************************** - * win32_specific.h: Win32 specific features + * win32_specific.h: Win32 specific features ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: win32_specific.h,v 1.2 2002/04/02 23:43:57 gbazin Exp $ + * $Id$ * * Authors: Samuel Hocevar * Gildas Bazin @@ -11,7 +11,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -22,20 +22,3 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ -#define WIN32_LEAN_AND_MEAN -#include - -typedef BOOL (WINAPI *SIGNALOBJECTANDWAIT)( HANDLE, HANDLE, DWORD, BOOL ); - -/***************************************************************************** - * main_sys_t: system specific descriptor - ***************************************************************************** - * This structure is a system specific descriptor. It describes the Win32 - * properties of the program. - *****************************************************************************/ -typedef struct main_sys_s -{ - SIGNALOBJECTANDWAIT SignalObjectAndWait; - boolean_t b_fast_pthread; - -} main_sys_t;