[evolution-data-server] Assure that G_OS_WIN32 can be defined before relying on it
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Assure that G_OS_WIN32 can be defined before relying on it
- Date: Thu, 8 Apr 2010 16:43:00 +0000 (UTC)
commit d4e69b4904e3bd28f36e00743e3b3f6c36e99f8b
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Thu Apr 8 18:41:44 2010 +0200
Assure that G_OS_WIN32 can be defined before relying on it
camel/camel-file-utils.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/camel/camel-file-utils.c b/camel/camel-file-utils.c
index f6c5088..b51d370 100644
--- a/camel/camel-file-utils.c
+++ b/camel/camel-file-utils.c
@@ -33,15 +33,15 @@
#include <sys/stat.h>
#include <sys/types.h>
+#include "camel-file-utils.h"
+#include "camel-operation.h"
+#include "camel-url.h"
+
#ifdef G_OS_WIN32
#include <winsock2.h>
#define EWOULDBLOCK EAGAIN
#endif
-#include "camel-file-utils.h"
-#include "camel-operation.h"
-#include "camel-url.h"
-
#define IO_TIMEOUT (60*4)
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]