patches/gobby-01-prototype.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 415 719739929d2d
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
415
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- gobby-0.4.4.orig/src/ipc.cpp	2007年  6月 15日 五 16:02:16
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ gobby-0.4.4/src/ipc.cpp	2007年  8月 17日 五 19:19:10
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -26,6 +26,9 @@
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 #include <glibmm/pattern.h>
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 #include <sys/stat.h>
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
+#ifndef WIN32
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+#include <unistd.h>
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
+#endif
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 #include "ipc.hpp"
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
 
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    12
 namespace
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    13
--- gobby-0.4.4.orig/src/main.cpp	2007年  6月 15日 五 17:52:32
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    14
+++ gobby-0.4.4/src/main.cpp	2007年  8月 17日 五 22:07:41
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    15
@@ -17,6 +17,7 @@
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    16
  */
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    17
 
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    18
 #include <iostream>
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    19
+#include <locale.h>
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    20
 #include <gtkmm/main.h>
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    21
 #include <gtkmm/messagedialog.h>
719739929d2d 2007-08-18 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    22
 #include <glibmm/optionentry.h>