Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        Makefile.am ecore_file.c ecore_file_private.h 


Log Message:
fix linking on Windows, minor formatting and remove useless windows.h include

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 9 Sep 2007 10:26:37 -0000       1.10
+++ Makefile.am 29 Oct 2007 20:02:08 -0000      1.11
@@ -25,7 +25,7 @@
 
 libecore_file_la_LIBADD = \
 $(top_builddir)/src/lib/ecore/libecore.la \
[EMAIL PROTECTED]@ @CURL_LIBS@ @ecore_file_win32_lib@
[EMAIL PROTECTED]@ @CURL_LIBS@ @ecore_file_win32_lib@ @winsock_libs@
 
 endif
 
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- ecore_file.c        21 Sep 2007 17:06:24 -0000      1.71
+++ ecore_file.c        29 Oct 2007 20:02:08 -0000      1.72
@@ -14,7 +14,6 @@
 #include <errno.h>
 
 #ifdef _WIN32
-# include <windows.h>
 # include <shlobj.h>
 # include <objidl.h>
 #endif /* _WIN32 */
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_private.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore_file_private.h        5 Jun 2007 22:12:10 -0000       1.17
+++ ecore_file_private.h        29 Oct 2007 20:02:08 -0000      1.18
@@ -1,9 +1,9 @@
 #ifndef _FILE_OFFSET_BITS
-#define _FILE_OFFSET_BITS  64
+# define _FILE_OFFSET_BITS  64
 #endif
 
 #ifdef __linux__
-#include <features.h>
+# include <features.h>
 #endif
 #include "ecore_private.h"
 #include "Ecore.h"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to