- release 1.6.0RC1
[m6w6/ext-http] / http_request_body_api.c
index 39cba652c70cf7e14390fbaa564b1236f36e45c7..f2d5f5684569e8294b8e5aac3e3bdd2830d8671c 100644 (file)
@@ -145,7 +145,7 @@ PHP_HTTP_API STATUS _http_request_body_encode(http_request_body *body, char **bu
        switch (body->type) {
                case HTTP_REQUEST_BODY_CURLPOST:
                {
-#if defined(HAVE_CURL_FORMGET)
+#ifdef HAVE_CURL_FORMGET
                        phpstr str;
                        
                        phpstr_init_ex(&str, 0x8000, 0);