Add NE_LFS define for correct size of ne_off_t

This commit is contained in:
Klaas Freitag 2013-12-10 15:27:48 +01:00
parent 0360babe02
commit 6707e93f31

View File

@ -15,6 +15,8 @@
#ifndef OWNCLOUDPROPAGATOR_H
#define OWNCLOUDPROPAGATOR_H
#define NE_LFS // never remove this. otherwise NEON will behave badly.
#include <neon/ne_request.h>
#include <QHash>
#include <QObject>