diff Core/HttpServer/HttpOutput.h @ 8:3a584803783e

build with visual studio
author jodogne
date Fri, 20 Jul 2012 11:00:49 +0200
parents 3959d33612cc
children 9be852ad33d2
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.h	Thu Jul 19 22:39:52 2012 +0200
+++ b/Core/HttpServer/HttpOutput.h	Fri Jul 20 11:00:49 2012 +0200
@@ -34,7 +34,7 @@
 
     void SendOkHeader(const char* contentType,
                       bool hasContentLength,
-                      size_t contentLength);
+                      uint64_t contentLength);
 
   public:
     virtual ~HttpOutput()