Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ab4905f1
Commit
ab4905f1
authored
Nov 30, 2001
by
Tony Castley
Browse files
Included strings.h to fix compile errors due to the change in threads.h
parent
1b9a50e0
Changes
4
Show whitespace changes
Inline
Side-by-side
plugins/beos/InterfaceWindow.cpp
View file @
ab4905f1
...
...
@@ -2,7 +2,7 @@
* InterfaceWindow.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: InterfaceWindow.cpp,v 1.
7
2001/11/
28 15:08:05 massiot
Exp $
* $Id: InterfaceWindow.cpp,v 1.
8
2001/11/
30 09:49:48 tcastley
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -34,6 +34,8 @@
#include
<scsi.h>
#include
<scsiprobe_driver.h>
#include
<fs_info.h>
#include
<string.h>
/* VLC headers */
extern
"C"
...
...
plugins/beos/MediaControlView.cpp
View file @
ab4905f1
...
...
@@ -2,7 +2,7 @@
* MediaControlView.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: MediaControlView.cpp,v 1.
4
2001/11/
28 15:08:05 massiot
Exp $
* $Id: MediaControlView.cpp,v 1.
5
2001/11/
30 09:49:04 tcastley
Exp $
*
* Authors: Tony Castley <tony@castley.net>
*
...
...
@@ -25,6 +25,8 @@
/* System headers */
#include
<InterfaceKit.h>
#include
<AppKit.h>
#include
<string.h>
/* VLC headers */
extern
"C"
...
...
plugins/beos/PlayListWindow.cpp
View file @
ab4905f1
...
...
@@ -2,7 +2,7 @@
* PlayListWindow.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: PlayListWindow.cpp,v 1.
2
2001/11/
28 15:08:05 massiot
Exp $
* $Id: PlayListWindow.cpp,v 1.
3
2001/11/
30 09:49:04 tcastley
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -28,6 +28,7 @@
/* System headers */
#include
<InterfaceKit.h>
#include
<StorageKit.h>
#include
<string.h>
/* VLC headers */
extern
"C"
...
...
plugins/beos/beos.cpp
View file @
ab4905f1
...
...
@@ -2,7 +2,7 @@
* beos.cpp : BeOS plugin for vlc
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: beos.cpp,v 1.1
2
2001/11/
28 15:08:05 massiot
Exp $
* $Id: beos.cpp,v 1.1
3
2001/11/
30 09:49:48 tcastley
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -31,6 +31,7 @@
#include
"defs.h"
#include
<stdlib.h>
/* malloc(), free() */
#include
<string.h>
extern
"C"
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment