Commit 776c5dd8 authored by Eric Petit's avatar Eric Petit

*control*: BeOS compile fixes

parent 4416dfe8
......@@ -36,7 +36,7 @@ extern "C" {
#define WINDOWHANDLE int
#endif
#ifndef __bool_true_false_are_defined
#ifndef true
typedef int bool;
#endif
......
......@@ -296,7 +296,7 @@ mediacontrol_playlist_get_list( mediacontrol_Instance *self,
{
mediacontrol_PlaylistSeq *retval;
int i_index;
playlist_t * p_playlist = self->p_playlist;;
playlist_t * p_playlist = self->p_playlist;
int i_playlist_size;
exception=mediacontrol_exception_init( exception );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment