Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis tools
Commits
05324f97
Commit
05324f97
authored
Jul 02, 2002
by
Michael Smith
Browse files
Win32 fixes.
svn path=/trunk/vorbis-tools/; revision=3482
parent
7eafaa0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
oggdec/oggdec.c
View file @
05324f97
...
...
@@ -13,6 +13,11 @@
#include
<errno.h>
#include
<string.h>
#if defined(_WIN32) || defined(__EMX__) || defined(__WATCOMC__)
#include
<fcntl.h>
#include
<io.h>
#endif
#include
<vorbis/vorbisfile.h>
struct
option
long_options
[]
=
{
...
...
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