SF.net SVN: geany:[4919] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 16 17:42:58 UTC 2010


Revision: 4919
          http://geany.svn.sourceforge.net/geany/?rev=4919&view=rev
Author:   eht16
Date:     2010-05-16 17:42:58 +0000 (Sun, 16 May 2010)

Log Message:
-----------
win32.h can be included unconditionally.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/prefs.c
    trunk/src/project.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-05-16 17:42:45 UTC (rev 4918)
+++ trunk/ChangeLog	2010-05-16 17:42:58 UTC (rev 4919)
@@ -1,3 +1,9 @@
+2010-05-16  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/prefs.c, src/project.c:
+   win32.h can be included unconditionally.
+
+
 2010-05-15  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/win32.c:

Modified: trunk/src/prefs.c
===================================================================
--- trunk/src/prefs.c	2010-05-16 17:42:45 UTC (rev 4918)
+++ trunk/src/prefs.c	2010-05-16 17:42:58 UTC (rev 4919)
@@ -62,14 +62,12 @@
 #include "stash.h"
 #include "keyfile.h"
 #include "filetypes.h"
+#include "win32.h"
 
 #ifdef HAVE_VTE
 # include "vte.h"
 #endif
 
-#ifdef G_OS_WIN32
-# include "win32.h"
-#endif
 
 
 GeanyPrefs prefs;

Modified: trunk/src/project.c
===================================================================
--- trunk/src/project.c	2010-05-16 17:42:45 UTC (rev 4918)
+++ trunk/src/project.c	2010-05-16 17:42:58 UTC (rev 4919)
@@ -41,9 +41,7 @@
 #include "msgwindow.h"
 #include "main.h"
 #include "keyfile.h"
-#ifdef G_OS_WIN32
-# include "win32.h"
-#endif
+#include "win32.h"
 #include "build.h"
 #include "interface.h"
 #include "editor.h"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list