Fix compilation on systems without uint like windows

This commit is contained in:
Gioacchino Mazzurco 2017-02-27 09:06:35 +01:00
parent 9a3af092eb
commit 2b1c9b74d1
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "p3gxsmails.h"
#include "util/stacktrace.h"
typedef unsigned int uint;
p3GxsMails::~p3GxsMails()
{

View File

@ -65,6 +65,8 @@
//#define DISABLE_DISTANT_MESSAGES
//#define DEBUG_DISTANT_MSG
typedef unsigned int uint;
using namespace Rs::Msgs;
static struct RsLog::logInfo msgservicezoneInfo = {RsLog::Default, "msgservice"};