Fixed compile on Windows.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3573 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-30 20:16:25 +00:00
parent a43660bf9d
commit 750c1a9403
2 changed files with 4 additions and 4 deletions

View file

@ -157,8 +157,8 @@ int bdnet_w2u_errno(int error);
* ms uses millisecs.
* void Sleep(int ms);
*/
void sleep(int sec);
void usleep(int usec);
int sleep(unsigned int sec);
int usleep(unsigned int usec);
#endif // END of WINDOWS defines.
/********************************** WINDOWS/UNIX SPECIFIC PART ******************/