Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9a3d51f8
Commit
9a3d51f8
authored
Sep 02, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: fix even more libiconv win64 patch
parent
36802441
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
extras/contrib/src/Patches/libiconv-win64.patch
extras/contrib/src/Patches/libiconv-win64.patch
+10
-10
No files found.
extras/contrib/src/Patches/libiconv-win64.patch
View file @
9a3d51f8
diff -ruN
-- libiconv/lib/aliases.h libiconv.new2
/lib/aliases.h
diff -ruN
libiconv/lib/aliases.h libiconv.new
/lib/aliases.h
--- libiconv/lib/aliases.h 2009-06-30 22:51:58.000000000 +0200
+++ libiconv.new
2/lib/aliases.h 2009-09-02 22:12:35
.000000000 +0200
+++ libiconv.new
/lib/aliases.h 2009-09-02 23:20:33
.000000000 +0200
@@ -808,852 +808,852 @@
{
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
...
...
@@ -1229,23 +1229,23 @@ diff -ruN -- libiconv/lib/aliases.h libiconv.new2/lib/aliases.h
};
#ifdef __GNUC__
diff -ruN
-- libiconv/lib/iconv.c libiconv.new2
/lib/iconv.c
--- libiconv/lib/iconv.c 2009-0
9-02 22:16:2
3.000000000 +0200
+++ libiconv.new
2/lib/iconv.c 2009-06-21 13:17:33
.000000000 +0200
@@ -21,
7 +21,6
@@
diff -ruN
libiconv/lib/iconv.c libiconv.new
/lib/iconv.c
--- libiconv/lib/iconv.c 2009-0
6-21 13:17:3
3.000000000 +0200
+++ libiconv.new
/lib/iconv.c 2009-09-02 23:24:06
.000000000 +0200
@@ -21,
6 +21,7
@@
#include <iconv.h>
#include <stdlib.h>
-
#include <stdint.h>
+
#include <stdint.h>
#include <string.h>
#include "config.h"
#include "localcharset.h"
@@ -16
9,7 +168
,7 @@
@@ -16
8,7 +169
,7 @@
};
#define stringpool2 ((const char *) &stringpool2_contents)
static const struct alias sysdep_aliases[] = {
-#define S(tag,name,encoding_index) { (int)(
intptr_t
)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
+#define S(tag,name,encoding_index) { (int)(
long
)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
-#define S(tag,name,encoding_index) { (int)(
long
)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
+#define S(tag,name,encoding_index) { (int)(
intptr_t
)&((struct stringpool2_t *)0)->stringpool_##tag, encoding_index },
#include "aliases2.h"
#undef S
};
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