comparison src/gdk-pixbuf-1-fixes.patch @ 1219:ffb6a86b8f9a

improved patch layout Use "git format-patch" instead of "git log -p --reverse" to generate patches which can be imported with with "git am". Also set author/from to "mingw-cross-env" since attribution is done in the mingw-cross-env repository.
author Mark Brand <mabrand@mabrand.nl>
date Wed, 29 Sep 2010 19:42:33 +0200
parents 92877f4655f9
children 10b34eba8a06
comparison
equal deleted inserted replaced
1218:e8e0dd3ce3e7 1219:ffb6a86b8f9a
1 This file is part of mingw-cross-env. 1 This file is part of mingw-cross-env.
2 See doc/index.html for further information. 2 See doc/index.html for further information.
3 3
4 Contains ad hoc patches for cross building. 4 Contains ad hoc patches for cross building.
5 commit d5e7a81cbe6339e1d0dbf97f8814c28e2c806d80
6 Author: Mark Brand <mabrand@mabrand.nl>
7 Date: Fri Sep 24 23:31:24 2010 +0200
8 5
9 s,DllMain,static _disabled_DllMain, 6 From d5e7a81cbe6339e1d0dbf97f8814c28e2c806d80 Mon Sep 17 00:00:00 2001
7 From: mingw-cross-env
8 Date: Fri, 24 Sep 2010 23:31:24 +0200
9 Subject: [PATCH] s,DllMain,static _disabled_DllMain,
10
10 11
11 diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c 12 diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
12 index aa4964f..c925934 100644 13 index aa4964f..c925934 100644
13 --- a/gdk-pixbuf/gdk-pixbuf-io.c 14 --- a/gdk-pixbuf/gdk-pixbuf-io.c
14 +++ b/gdk-pixbuf/gdk-pixbuf-io.c 15 +++ b/gdk-pixbuf/gdk-pixbuf-io.c
25 -DllMain (HINSTANCE hinstDLL, 26 -DllMain (HINSTANCE hinstDLL,
26 +static _disabled_DllMain (HINSTANCE hinstDLL, 27 +static _disabled_DllMain (HINSTANCE hinstDLL,
27 DWORD fdwReason, 28 DWORD fdwReason,
28 LPVOID lpvReserved) 29 LPVOID lpvReserved)
29 { 30 {
31 --
32 1.7.1
33