mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix compilation on systems without uint like windows
This commit is contained in:
parent
9a3af092eb
commit
2b1c9b74d1
@ -19,6 +19,7 @@
|
|||||||
#include "p3gxsmails.h"
|
#include "p3gxsmails.h"
|
||||||
#include "util/stacktrace.h"
|
#include "util/stacktrace.h"
|
||||||
|
|
||||||
|
typedef unsigned int uint;
|
||||||
|
|
||||||
p3GxsMails::~p3GxsMails()
|
p3GxsMails::~p3GxsMails()
|
||||||
{
|
{
|
||||||
|
@ -65,6 +65,8 @@
|
|||||||
//#define DISABLE_DISTANT_MESSAGES
|
//#define DISABLE_DISTANT_MESSAGES
|
||||||
//#define DEBUG_DISTANT_MSG
|
//#define DEBUG_DISTANT_MSG
|
||||||
|
|
||||||
|
typedef unsigned int uint;
|
||||||
|
|
||||||
using namespace Rs::Msgs;
|
using namespace Rs::Msgs;
|
||||||
|
|
||||||
static struct RsLog::logInfo msgservicezoneInfo = {RsLog::Default, "msgservice"};
|
static struct RsLog::logInfo msgservicezoneInfo = {RsLog::Default, "msgservice"};
|
||||||
|
Loading…
Reference in New Issue
Block a user