Updater: More MSVC build fixes
This commit is contained in:
parent
000be71c5a
commit
7398eb5d72
@ -22,6 +22,10 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifndef W_OK
|
||||
#define W_OK 02
|
||||
#endif
|
||||
|
||||
bool extractArchive(struct VDir* archive, const char* root) {
|
||||
char path[PATH_MAX] = {0};
|
||||
struct VDirEntry* vde;
|
||||
|
Loading…
x
Reference in New Issue
Block a user