From e28588ef624a292658d236b0e43081227fc46cc5 Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 14 Apr 2010 23:53:35 +0000 Subject: [PATCH] add ifdef --- source/utils/http.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/utils/http.cpp b/source/utils/http.cpp index 2ef0fbf..7ee3a2d 100644 --- a/source/utils/http.cpp +++ b/source/utils/http.cpp @@ -9,6 +9,8 @@ * Written by dhewg/bushing, modified by Tantric ***************************************************************************/ +#ifdef HW_RVL + #include #include #include @@ -430,3 +432,4 @@ bool http_request(const char *url, FILE * hfile, u8 * buffer, result = HTTPR_OK; return true; } +#endif