~adedov/libiqxmlrpc/old

« back to all changes in this revision

Viewing changes to libiqxmlrpc/https_server.cc

  • Committer: Anton Dedov
  • Date: 2013-04-12 11:59:12 UTC
  • Revision ID: adedov@gmail.com-20130412115912-706hkgpi5ydd1btq
Windows 2012 compilationi fixes (by Sergey Rylkov):
* Better support for 64bit: s/unsigned/size_t/
* Fix compilation issues
* Replace _WINDOWS with WIN32

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
}
30
30
 
31
31
 
32
 
void Https_server_connection::recv_succeed( bool&, int, int real_len )
 
32
void Https_server_connection::recv_succeed( bool&, size_t, size_t real_len )
33
33
{
34
34
  try
35
35
  {