From 5cb1178c1a453b3dfb6e76e4a758ae8bf5350932 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 19 Jan 2012 12:14:16 +0000 Subject: re-enable gtk3 by default, should be picking the right libappindicator now. --- src/win32-mailslot.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/win32-mailslot.c') diff --git a/src/win32-mailslot.c b/src/win32-mailslot.c index 50fadad..274aa6f 100644 --- a/src/win32-mailslot.c +++ b/src/win32-mailslot.c @@ -17,6 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#if WIN32 + #define TRG_MAILSLOT_NAME "\\\\.\\mailslot\\TransmissionRemoteGTK" //Name given to the Mailslot #define MAILSLOT_BUFFER_SIZE 1024*32 @@ -190,3 +192,5 @@ gboolean mailslot_send_message(gchar ** args) return FALSE; } + +#endif -- cgit v1.2.3