summaryrefslogtreecommitdiffstats
path: root/tipp10/defines.h.patch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /tipp10/defines.h.patch
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'tipp10/defines.h.patch')
-rw-r--r--tipp10/defines.h.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/tipp10/defines.h.patch b/tipp10/defines.h.patch
deleted file mode 100644
index 4ff291c..0000000
--- a/tipp10/defines.h.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- def/defines.h.orig 2009-03-09 13:02:26.000000000 +0100
-+++ def/defines.h 2009-03-09 13:02:41.000000000 +0100
-@@ -27,10 +27,10 @@
- #define DEFINES_H
-
- // OS constants
--#define APP_WIN true
-+#define APP_WIN false
- #define APP_MAC false
--#define APP_X11 false
--#define APP_PORTABLE true //at least one of the 3 OS must be true too!
-+#define APP_X11 true
-+#define APP_PORTABLE false //at least one of the 3 OS must be true too!
-
- // Common program constants
- #define APP_ORGANIZATION "Tom Thielicke IT Solutions"