mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
Merge pull request #72 from PhenomRetroShare/Fix_WinCompil_libresapi_u_int_32_t
Fix Windows compilation of libresapi with error:
This commit is contained in:
commit
1713789917
@ -8,6 +8,9 @@
|
|||||||
#include "GxsResponseTask.h"
|
#include "GxsResponseTask.h"
|
||||||
#ifndef WINDOWS_SYS
|
#ifndef WINDOWS_SYS
|
||||||
#include "unistd.h"
|
#include "unistd.h"
|
||||||
|
#else
|
||||||
|
#include "stdint.h"
|
||||||
|
typedef uint32_t u_int32_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace resource_api
|
namespace resource_api
|
||||||
|
Loading…
Reference in New Issue
Block a user