]> git.sesse.net Git - vlc/blobdiff - include/os_specific.h
* playlistinfo.m: update the stats faster after a p_item-switch
[vlc] / include / os_specific.h
index 0485c1f3827c71e9e07f34b5aa35ac04f1c97ea9..b58b0cf585e199f4cb841bb4d91a115a6fd5fdf5 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * os_specific.h: OS specific features
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
- * $Id: os_specific.h,v 1.12 2003/09/29 18:20:37 gbazin Exp $
+ * Copyright (C) 2001 the VideoLAN team
+ * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Gildas Bazin <gbazin@netcourrier.com>
@@ -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
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _NEED_OS_SPECIFIC_H
@@ -28,7 +28,7 @@
 
 #if defined( SYS_BEOS )
 #   include "beos_specific.h"
-#elif defined( SYS_DARWIN )
+#elif defined( __APPLE__ )
 #   include "darwin_specific.h"
 #elif defined( WIN32 ) || defined( UNDER_CE )
 #   include "win32_specific.h"