git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7350
91ce42f0-d328-0410-95d8-
f526ca767f89
#ifdef HAVE_TLS
const char *prompt = (const char *)userdata;
# if defined(HAVE_WIN32)
- sendit(prompt);
+ //sendit(prompt);
if (win32_cgets(buf, size) == NULL) {
buf[0] = 0;
return 0;
#ifdef HAVE_TLS
const char *prompt = (const char *)userdata;
# if defined(HAVE_WIN32)
- sendit(prompt);
+ //sendit(prompt);
if (win32_cgets(buf, size) == NULL) {
buf[0] = 0;
return 0;
}
job_defaults job_defs;
- (void)index;
+ //(void)index;
job_defs.job_name = jobCombo->currentText();
if (m_console->get_job_defaults(job_defs)) {
fileSetCombo->setCurrentIndex(fileSetCombo->findText(job_defs.fileset_name, Qt::MatchExactly));
General:
+09Jul08
+ebl tweak bat for win32 compilation
08Jul08
ebl Remove tokyo cabinet from the source
ebl Update configure/autoconf to support berkeley DB