* BUG: Fix VideoDevice stream structure.


git-svn-id: svn://localhost/gambas/trunk@5854 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2013-09-28 17:02:59 +00:00
parent 13b97b38d6
commit bec232900d

View file

@ -85,8 +85,7 @@ typedef
typedef
struct
{
GB_STREAM_DESC *desc;
int _reserved;
GB_STREAM_BASE stream;
void *handle;
}
VIDEO_STREAM;