Prepared windows port by removing a number of spurious reference to unix-specific interfaces, and using some xapian posix adaptor includes
This commit is contained in:
parent
e693344c96
commit
fca3ad235f
37 changed files with 566 additions and 382 deletions
|
@ -17,12 +17,9 @@
|
|||
#include "autoconfig.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include "safesysstat.h"
|
||||
|
||||
#include <string>
|
||||
using std::string;
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QMessageBox>
|
||||
|
@ -35,6 +32,8 @@ using std::string;
|
|||
#include "readfile.h"
|
||||
#include "execmd.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
static const char *rautostartfile = ".config/autostart/recollindex.desktop";
|
||||
|
||||
// Just in case we don't find the file in the shared dir, have a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue