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