Updater: More MSVC build fixes

This commit is contained in:
Vicki Pfau 2021-08-22 02:40:58 -07:00
parent 000be71c5a
commit 7398eb5d72
1 changed files with 4 additions and 0 deletions

View File

@ -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;