mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 15:05:35 -04:00
attempt at fixing windows compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2972 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f79afbf7c3
commit
89a6142a9b
2 changed files with 57 additions and 10 deletions
|
@ -47,6 +47,8 @@ class RsDiscSpace
|
|||
static uint32_t freeSpaceLimit() ;
|
||||
|
||||
private:
|
||||
static bool crossSystemDiskStats(const char *file, uint32_t& free_blocks, uint32_t& block_size) ;
|
||||
|
||||
static RsMutex _mtx ;
|
||||
|
||||
static time_t _last_check[3] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue