patches/libgpod-01-hidden.diff
author sh162551
Wed, 06 Dec 2006 07:06:06 +0000
changeset 72 12bbdbfda4aa
permissions -rw-r--r--
2006-12-06 Irene Huang <[email protected]> * SFElibgpod.spec: Change the compiler to be gcc. Removed the old patches libgpod-01-fixwall.diff and libgpod-02-fixcompile.diff add patch -01-hidden.diff * patches/libgpod-01-hidden.diff: new patch * patches/libgpod-01-fixwall.diff: removed * patches/libgpod-02-fixcompile: removed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
72
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     1
--- libgpod-0.4.0/src/glib-compat.h.orig	2006-11-23 17:26:59.367795000 +0800
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     2
+++ libgpod-0.4.0/src/glib-compat.h	2006-11-23 17:27:31.845420000 +0800
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     3
@@ -33,9 +33,9 @@
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     4
 /*** glib <= 2.4 ***/
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     5
 
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     6
 /* G_GNUC_INTERNAL */
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     7
-#ifndef G_GNUC_INTERNAL
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     8
+//#ifndef G_GNUC_INTERNAL
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
     9
 #define G_GNUC_INTERNAL
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    10
-#endif
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    11
+//#endif
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    12
 
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    13
 /* g_stat */
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    14
 #include <stdio.h>
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    15
--- libgpod-0.4.0/src/itdb.h.orig	2006-11-23 17:27:13.630855000 +0800
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    16
+++ libgpod-0.4.0/src/itdb.h	2006-11-23 17:17:20.709476000 +0800
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    17
@@ -47,9 +47,9 @@
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    18
 G_BEGIN_DECLS
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    19
 
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    20
 /* G_GNUC_INTERNAL is defined in glib 2.6 */
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    21
-#ifndef G_GNUC_INTERNAL
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    22
+//#ifndef G_GNUC_INTERNAL
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    23
 #define G_GNUC_INTERNAL
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    24
-#endif 
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    25
+//#endif 
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    26
 
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    27
 typedef void (* ItdbUserDataDestroyFunc) (gpointer userdata);
12bbdbfda4aa 2006-12-06 Irene Huang <[email protected]>
sh162551
parents:
diff changeset
    28
 typedef gpointer (* ItdbUserDataDuplicateFunc) (gpointer userdata);