git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7413
91ce42f0-d328-0410-95d8-
f526ca767f89
}
OSDependentInit();
+#ifdef HAVE_WIN32
WSA_Init(); /* Initialize Windows sockets */
+#endif
if (configfile == NULL) {
configfile = bstrdup(CONFIG_FILE);
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