]> granicus.if.org Git - apache/commitdiff
fixed types since MSVC doesnt have uint*_t.
authorGregg Lewis Smith <gsmith@apache.org>
Wed, 5 Dec 2012 18:46:35 +0000 (18:46 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Wed, 5 Dec 2012 18:46:35 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1417585 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index ca480f01a26483ada475a10f5d95f7283a69b41a..c2eabbff8e7ab776fca5986b418edf2169c19a06 100644 (file)
@@ -665,8 +665,8 @@ typedef struct {
     int trace_enable;
 
 #define AP_HTTP_VERSION_UNSET   0
-    uint16_t min_http_version;
-    uint16_t max_http_version;
+    apr_uint16_t min_http_version;
+    apr_uint16_t max_http_version;
 
 } core_server_config;