mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Fix the multiple definitions error.
I don't know why it worked before like that.. but after updating devkitARM etc it seems to cause compilation issues.
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#define BIT(x) (1<<(x))
|
||||
#endif
|
||||
|
||||
|
||||
bool isTransfering;
|
||||
char ftp_accepted_connection[50], ftp_file_transfer[100];
|
||||
|
||||
#define POLL_UNKNOWN (~(POLLIN|POLLPRI|POLLOUT))
|
||||
|
||||
#define XFER_BUFFERSIZE 32768
|
||||
|
||||
Reference in New Issue
Block a user