]> git.sesse.net Git - vlc/blobdiff - include/os_specific.h
Fix base64 encoding and add regression test
[vlc] / include / os_specific.h
index cac3b230bd94c2d0b6818fb17f9707e1b162b52e..b58b0cf585e199f4cb841bb4d91a115a6fd5fdf5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * os_specific.h: OS specific features
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2001 the VideoLAN team
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
@@ -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"