[evolution-data-server] Assure that the G_OS_WIN32 is defined on windows
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Assure that the G_OS_WIN32 is defined on windows
- Date: Tue, 6 Apr 2010 09:31:59 +0000 (UTC)
commit 7c2c116ed027faff8aa7eb2060694f1419102353
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Tue Apr 6 11:31:04 2010 +0200
Assure that the G_OS_WIN32 is defined on windows
camel/camel-tcp-stream.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-tcp-stream.h b/camel/camel-tcp-stream.h
index 0f015ec..6838bc6 100644
--- a/camel/camel-tcp-stream.h
+++ b/camel/camel-tcp-stream.h
@@ -27,6 +27,8 @@
#ifndef CAMEL_TCP_STREAM_H
#define CAMEL_TCP_STREAM_H
+#include <camel/camel-stream.h>
+
#ifndef G_OS_WIN32
#include <sys/types.h>
#include <sys/socket.h>
@@ -39,8 +41,6 @@
#endif
#include <unistd.h>
-#include <camel/camel-stream.h>
-
#define CAMEL_TCP_STREAM_TYPE (camel_tcp_stream_get_type ())
#define CAMEL_TCP_STREAM(obj) (CAMEL_CHECK_CAST((obj), CAMEL_TCP_STREAM_TYPE, CamelTcpStream))
#define CAMEL_TCP_STREAM_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_TCP_STREAM_TYPE, CamelTcpStreamClass))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]