summaryrefslogtreecommitdiff
path: root/src/win32-mailslot.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-19 12:14:16 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-19 12:14:16 +0000
commit5cb1178c1a453b3dfb6e76e4a758ae8bf5350932 (patch)
treeeeb828f0f3271376d5bebd06ca671cee39480c5d /src/win32-mailslot.h
parent33a6e969bf343ee3e1f771a6ab6a3ab9a14ba19d (diff)
re-enable gtk3 by default, should be picking the right libappindicator now.
Diffstat (limited to 'src/win32-mailslot.h')
-rw-r--r--src/win32-mailslot.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/win32-mailslot.h b/src/win32-mailslot.h
index 66ff2a5..c88ff5a 100644
--- a/src/win32-mailslot.h
+++ b/src/win32-mailslot.h
@@ -20,10 +20,13 @@
#ifndef WIN32_MAILSLOT_H_
#define WIN32_MAILSLOT_H_
+#if WIN32
+
#include <windows.h>
#include "trg-main-window.h"
void mailslot_start_background_listener(TrgMainWindow * win);
int mailslot_send_message(gchar ** args);
-#endif /* WIN32_MAILSLOT_H_ */
+#endif
+#endif /* WIN32_MAILSLOT_H_ */