Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
ba022acf
Commit
ba022acf
authored
Nov 01, 2006
by
Diego Biurrun
Committed by
Steve Lhomme
Nov 01, 2006
Browse files
fix compilation on MINGW
(lseek vs lseek64 typo)
parent
49574008
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common.h
View file @
ba022acf
...
...
@@ -52,7 +52,7 @@
/* several type definitions */
# if defined( __MINGW32__ )
# define lseek _lseeki64
# define lseek
64
_lseeki64
# if !defined( _OFF_T_ )
typedef
long
long
_off_t
;
typedef
_off_t
off_t
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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