summaryrefslogtreecommitdiff
path: root/src/win32-mailslot.h
diff options
context:
space:
mode:
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_ */