mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed problem on Windows where ftServer::tick was not called.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-OpenPGP@5227 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
af19809ef7
commit
09847b1366
@ -39,8 +39,7 @@ class RsThread;
|
||||
#ifndef WINDOWS_SYS
|
||||
typedef int rs_lock_handle_t;
|
||||
#else
|
||||
#include "rswin.h"
|
||||
typedef HANDLE rs_lock_handle_t;
|
||||
typedef /*HANDLE*/ void *rs_lock_handle_t;
|
||||
#endif
|
||||
|
||||
// This is a scope guard on a given file. Works like a mutex. Is blocking.
|
||||
|
Loading…
Reference in New Issue
Block a user