~ubuntu-branches/ubuntu/trusty/sdlpango/trusty

« back to all changes in this revision

Viewing changes to sidebyside_patch/pango.patch

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2006-09-28 23:50:02 UTC
  • Revision ID: james.westby@ubuntu.com-20060928235002-qn0dl0ktodhmieax
Tags: upstream-0.1.2
ImportĀ upstreamĀ versionĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: pango/pango-utils.c
 
2
===================================================================
 
3
--- pango/pango-utils.c (revision 97)
 
4
+++ pango/pango-utils.c (revision 98)
 
5
@@ -46,8 +46,12 @@
 
6
 #define STRICT
 
7
 #include <windows.h>
 
8
 
 
9
+#ifdef SIDEBYSIDE
 
10
+#define g_getenv(x) NULL
 
11
 #endif
 
12
 
 
13
+#endif
 
14
+
 
15
 struct PangoAlias
 
16
 {
 
17
   char *alias;