dedok / t2h

http protocol to bittorrent
3 stars 1 forks source link

Replace unsigned int to size_t/SIZE_T types in external API and tests #12

Closed dedok closed 12 years ago

dedok commented 12 years ago

Bug : std::size_t could be > that unsigned int for x64 arch

dedok commented 12 years ago

Fixed for Windows/Mac