mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 12:06:53 +01:00
add ifdef
This commit is contained in:
parent
f5e8484dc8
commit
e28588ef62
@ -9,6 +9,8 @@
|
||||
* Written by dhewg/bushing, modified by Tantric
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef HW_RVL
|
||||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
@ -430,3 +432,4 @@ bool http_request(const char *url, FILE * hfile, u8 * buffer,
|
||||
result = HTTPR_OK;
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user