ecere/gui: Fix for not selecting driver from ECERE_DRIVER when compiled with ECERE_ON...
authorJerome St-Louis <jerome@ecere.com>
Thu, 8 Mar 2012 23:04:36 +0000 (18:04 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 8 Mar 2012 23:04:36 +0000 (18:04 -0500)
ecere/src/gui/GuiApplication.ec

index ef0c28d..064ab23 100644 (file)
@@ -514,7 +514,7 @@ public class GuiApplication : Application
       if(!initialized)
       {
          char * defaultDriver = null;
-#if defined(ECERE_VANILLA)
+#if defined(ECERE_VANILLA) || defined(ECERE_ONEDRIVER)
          char * driver = null;
 #else