]> git.pld-linux.org Git - packages/wine.git/blame - wine-winebuild.patch
- Release 2. Removed /sbin/chstk of wine, as it seems to be not available anymore.
[packages/wine.git] / wine-winebuild.patch
CommitLineData
c208438e
AF
1--- wine-20030813/tools/winebuild/import.c.wiget 2003-08-16 00:34:53.000000000 +0200
2+++ wine-20030813/tools/winebuild/import.c 2003-08-16 00:35:10.000000000 +0200
3@@ -662,9 +662,11 @@
4 /* read in the list of undefined symbols */
5 void read_undef_symbols( char **argv )
6 {
7+#if 0
8 if (*p == 'U') {
9 if (p[1] == ' ') p+=2;
10 }
11+#endif
12 FILE *f;
13 char buffer[1024];
14 int err;
This page took 0.034664 seconds and 4 git commands to generate.