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
GSoC
GSoC2018
macOS
vlc
Commits
a7dbb200
Commit
a7dbb200
authored
Nov 27, 2005
by
gbazin
Browse files
* extras/contrib/src/Patches/zlib.patch: updated for wince.
parent
88367cea
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Patches/zlib.patch
View file @
a7dbb200
...
@@ -11,3 +11,16 @@
...
@@ -11,3 +11,16 @@
#ifndef STDC
#ifndef STDC
extern voidp malloc OF((uInt size));
extern voidp malloc OF((uInt size));
extern void free OF((voidpf ptr));
extern void free OF((voidpf ptr));
===================================================================
--- zlib/zutil.h 2005-11-27 20:05:31.000000000 +0000
+++ zlib/zutil.h 2005-11-27 20:06:16.000000000 +0000
@@ -36,6 +36,9 @@
#else
# ifndef _WIN32_WCE
# include <errno.h>
+# else
+# define errno z_errno
+ extern int errno;
# endif
#endif
Write
Preview
Markdown
is supported
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