RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
drbob 5913872a77 Fixed cross-platform bugs.
(1) std::map<> doesn't support .at() on OSX or Windows. (use [] or find())
 (2) u_int32_t is invalid on windows. (use uint32_t )



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-13 16:56:27 +00:00
libretroshare/src Fixed cross-platform bugs. 2008-05-13 16:56:27 +00:00
retroshare-gui/src Improvements to the Link Cloud GUI. Added Share Anonymously, and Vote (+2 -> -2) to the context menu. 2008-05-13 15:45:09 +00:00