Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
5402d883
Commit
5402d883
authored
Mar 02, 2002
by
gbazin
Browse files
* fixed compilation problem related to ssize_t
parent
e28bab12
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/common.h
View file @
5402d883
...
...
@@ -3,7 +3,7 @@
* Collection of useful common types and macros definitions
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: common.h,v 1.8
1
2002/03/02 0
3:53:54 xav
Exp $
* $Id: common.h,v 1.8
2
2002/03/02 0
9:34:23 gbazin
Exp $
*
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
...
...
@@ -62,12 +62,11 @@ typedef int ptrdiff_t;
# endif
#endif
#if
n
def
_SSIZE_T
typedef
s64
ssize_t
;
#if
def
ined( WIN32 )
typedef
int
ssize_t
;
#endif
/* Counter for statistics and profiling */
typedef
unsigned
long
count_t
;
...
...
@@ -554,7 +553,7 @@ typedef struct module_symbols_s
size_t
);
ssize_t
(
*
input_FDNetworkRead
)
(
struct
input_thread_s
*
,
byte_t
*
,
size_t
);
void
*
(
*
input_BuffersInit
)(
void
);
void
(
*
input_BuffersEnd
)(
struct
input_buffers_s
*
);
struct
data_buffer_s
*
(
*
input_NewBuffer
)(
struct
input_buffers_s
*
,
size_t
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment