Commit 7db4de52 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* include/vlc/mediacontrol_structures.h: revert [24391] as it breaks...

* include/vlc/mediacontrol_structures.h: revert [24391] as it breaks compilation (nightly builds and for me in cygwin as well). I'm curious why in the initial commit only this single occurance had to be changed and not all the other ones in the code. So I think it's safer to revert for now..
parent ad8f5db8
......@@ -84,7 +84,7 @@ typedef struct {
typedef struct {
int width;
int height;
u_int32_t type;
uint32_t type;
int64_t date;
int size;
char *data;
......
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