mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Fix compilation on systems without uint like windows
This commit is contained in:
parent
9a3af092eb
commit
2b1c9b74d1
2 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "p3gxsmails.h"
|
||||
#include "util/stacktrace.h"
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
p3GxsMails::~p3GxsMails()
|
||||
{
|
||||
|
|
|
@ -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"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue