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:
thunder2 2012-06-17 00:42:55 +00:00
parent af19809ef7
commit 09847b1366

View File

@ -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.