- fix win32 warnings
[m6w6/ext-http] / http_requestdatashare_object.c
index 103581e4dea71d2245bc361e2bec7dd6c2f87271..eaa2186035d824660402f8d20f66d29c13f67696 100644 (file)
@@ -282,6 +282,7 @@ PHP_METHOD(HttpRequestDataShare, singleton)
        SET_EH_NORMAL();
 }
 /* }}} */
+#endif /* !WONKY */
 
 static inline zval *_http_requestdatashare_instantiate(zval *this_ptr, zend_bool global TSRMLS_DC)
 {
@@ -306,7 +307,6 @@ static inline zval *_http_requestdatashare_instantiate(zval *this_ptr, zend_bool
        }
        return this_ptr;
 }
-#endif /* !WONKY */
 
 #endif /* ZEND_ENGINE_2 && HTTP_HAVE_CURL */