fix gcc4 build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21977 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
/** PicturePlayer is used to play picture data. */
|
/** PicturePlayer is used to play picture data. */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <PicturePlayer.h>
|
#include <PicturePlayer.h>
|
||||||
#include <PictureProtocol.h>
|
#include <PictureProtocol.h>
|
||||||
@@ -50,54 +51,54 @@ nop()
|
|||||||
|
|
||||||
static void *
|
static void *
|
||||||
kDummyTable[kOpsTableSize] = {
|
kDummyTable[kOpsTableSize] = {
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop,
|
(void *)nop,
|
||||||
nop
|
(void *)nop
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user