File: glib2.patch

package info (click to toggle)
sdlpango 0.1.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,364 kB
  • sloc: sh: 8,079; ansic: 876; xml: 371; makefile: 61
file content (29 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Index: glib/gwin32.c
===================================================================
--- glib/gwin32.c	(revision 100)
+++ glib/gwin32.c	(revision 101)
@@ -1223,6 +1223,7 @@
 	  return g_strdup (result);
 	}
       
+#ifndef SIDEBYSIDE
       key = g_strconcat ("Software\\", package, NULL);
       
       nbytes = 0;
@@ -1245,7 +1246,7 @@
 
       if (reg_key != NULL)
 	RegCloseKey (reg_key);
-      
+
       g_free (key);
 
       if (result)
@@ -1254,6 +1255,7 @@
 	  G_UNLOCK (package_dirs);
 	  return g_strdup (result);
 	}
+#endif
       G_UNLOCK (package_dirs);
     }