Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : apps/expedite

Dir     : e17/apps/expedite/src/bin


Modified Files:
        main.h 


Log Message:
add guards around config.h

===================================================================
RCS file: /cvs/e/e17/apps/expedite/src/bin/main.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- main.h      29 Apr 2008 22:02:30 -0000      1.12
+++ main.h      25 May 2008 05:15:21 -0000      1.13
@@ -1,6 +1,10 @@
 #ifndef MAIN_H
 #define MAIN_H
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -13,7 +17,6 @@
 #endif
 
 #include <Evas.h>
-#include "config.h"
 #if HAVE_EVAS_SOFTWARE_X11
 #include "engine_software_x11.h"
 #endif
@@ -50,6 +53,7 @@
 #if HAVE_EVAS_DIRECTFB
 #include "engine_directfb.h"
 #endif
+
 #include "ui.h"
 #include "about.h"
 
@@ -58,12 +62,12 @@
 extern Evas *evas;
 extern int   win_w, win_h;
 
-void srnd(void);
+void         srnd(void);
 unsigned int rnd(void);
-double get_time(void);
-const char      *build_path(const char *filename);
-void   engine_loop(void);
-int    engine_abort(void);
+double       get_time(void);
+const char  *build_path(const char *filename);
+void         engine_loop(void);
+int          engine_abort(void);
 
 #define KEY_STD \
    if ((!strcmp(key, "Escape")) || (!strcmp(key, "q")) || (!strcmp(key, "Q")) 
|| (!strcmp(key, "Return"))) \



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to