mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
9 lines
118 B
C
9 lines
118 B
C
#ifndef LIBVLC_BASE_H
|
|
#define LIBVLC_BASE_H
|
|
|
|
typedef long int ssize_t;
|
|
|
|
#include <vlc/vlc.h>
|
|
|
|
#endif // LIBVLC_BASE_H
|