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
19947284
Commit
19947284
authored
Mar 19, 2002
by
Sam Hocevar
Browse files
* ./include/common.h: compilation fix for Borland C++.
parent
5dcebef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/common.h
View file @
19947284
...
...
@@ -3,7 +3,7 @@
* Collection of useful common types and macros definitions
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: common.h,v 1.8
6
2002/03/1
6
0
1
:4
0:58 gbazin
Exp $
* $Id: common.h,v 1.8
7
2002/03/1
9
0
3
:4
2:31 sam
Exp $
*
* Authors: Samuel Hocevar <sam@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
...
...
@@ -423,6 +423,11 @@ typedef __int64 off_t;
# define stat _stati64
# endif
# if defined( __BORLAND__ )
# undef off_t
# define off_t __int64
# endif
# ifndef O_NONBLOCK
# define O_NONBLOCK 0
# endif
...
...
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