summary refs log tree commit diff stats
path: root/xchat-wdk.patch
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-06 14:29:45 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-06 14:29:45 +0200
commit11a9adb19fbfbf265f37edba893a810ea50959a1 (patch)
treeb9ce968f3a50254604ca5a38f699d4e3bc5f12bc /xchat-wdk.patch
parentb0e8ed68bae10f813e0f2b74a7c8da8fcb9f6f4f (diff)
be consistent about ssize_t
Diffstat (limited to 'xchat-wdk.patch')
-rw-r--r--xchat-wdk.patch20
1 files changed, 4 insertions, 16 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 5971ec96..0dbb50d4 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -1590,29 +1590,17 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/setup.c xchat-wdk/src/fe
  
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c xchat-wdk/src/fe-gtk/sexy-spell-entry.c
 --- xchat-wdk.orig/src/fe-gtk/sexy-spell-entry.c	2006-07-17 05:51:02 +0000
-+++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c	2010-10-05 22:10:24 +0000
-@@ -31,6 +31,20 @@
++++ xchat-wdk/src/fe-gtk/sexy-spell-entry.c	2010-10-06 12:23:23 +0000
+@@ -31,6 +31,8 @@
  /*#include "gtkspell-iso-codes.h"
  #include "sexy-marshal.h"*/
  
-+/* workaround for ssize_t in VS 
-+   from krb/include/win-mac.h */
-+#ifndef SSIZE_T_DEFINED
-+#ifdef ssize_t
-+#undef ssize_t
-+#endif
-+#ifdef _WIN64
-+typedef __int64          ssize_t;
-+#else
-+typedef _W64 int         ssize_t;
-+#endif
-+#define SSIZE_T_DEFINED
-+#endif
++#include "typedef.h"
 +
  /*
   * Bunch of poop to make enchant into a runtime dependency rather than a
   * compile-time dependency.  This makes it so I don't have to hear the
-@@ -134,12 +148,10 @@
+@@ -134,12 +136,10 @@
  	GModule *enchant;
  	gpointer funcptr;