]> git.sur5r.net Git - bacula/bacula/commitdiff
Win32 bat tweaks
authorKern Sibbald <kern@sibbald.com>
Mon, 21 Jul 2008 08:53:17 +0000 (08:53 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 21 Jul 2008 08:53:17 +0000 (08:53 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7413 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/main.cpp
bacula/src/qt-console/mainwin.cpp

index 3e3cab1a046bdf87f3209fe7009f499e2a38765a..5c1b8bde8a78addda7573968e667e8b4eb6d3b75 100644 (file)
@@ -136,7 +136,9 @@ int main(int argc, char *argv[])
    }
 
    OSDependentInit();
+#ifdef HAVE_WIN32
    WSA_Init();                        /* Initialize Windows sockets */
+#endif
 
    if (configfile == NULL) {
       configfile = bstrdup(CONFIG_FILE);
index a03e22102598e6afffd38d5ecc7db045ca44eedc..dab2552d03e0b0e038a8d86017b7fb8192ede2ff 100644 (file)
@@ -468,14 +468,14 @@ void MainWin::restoreButtonClicked()
    new prerestorePage();
 }
 
+#ifdef HAVE_QWT
 void MainWin::jobPlotButtonClicked()
 {
-#ifdef HAVE_QWT
    JobPlotPass pass;
    pass.use = false;
    new JobPlot(NULL, pass);
-#endif
 }
+#endif
 
 /*
  * The user just finished typing a line in the command line edit box