SF.net SVN: geany: [644] trunk/src/sciwrappers.h

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Jul 28 12:24:20 UTC 2006


Revision: 644
Author:   ntrel
Date:     2006-07-28 05:24:16 -0700 (Fri, 28 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=644&view=rev

Log Message:
-----------
Set PLAT_GTK before including ScintillaWidget.h

Modified Paths:
--------------
    trunk/src/sciwrappers.h
Modified: trunk/src/sciwrappers.h
===================================================================
--- trunk/src/sciwrappers.h	2006-07-27 23:17:31 UTC (rev 643)
+++ trunk/src/sciwrappers.h	2006-07-28 12:24:16 UTC (rev 644)
@@ -24,6 +24,9 @@
 #define GEANY_SCIWRAPPERS_H 1
 
 #include "Scintilla.h"
+#ifndef PLAT_GTK
+#   define PLAT_GTK 1
+#endif
 #include "ScintillaWidget.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