Commit 4f7eaeb0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.

parent e9b75cf8
...@@ -161,7 +161,7 @@ typedef struct ...@@ -161,7 +161,7 @@ typedef struct
} volume_changed; } volume_changed;
struct struct
{ {
uint64_t new_position; vlc_int64_t new_position;
} input_position_changed; } input_position_changed;
} u; } u;
} libvlc_event_t; } libvlc_event_t;
......
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