mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Try to fix test_checkdir windows compilation
This commit is contained in:
parent
1dcc492295
commit
bb54d008c2
@ -8,6 +8,10 @@
|
||||
#include "test.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define mkdir(a,b) mkdir(a)
|
||||
#endif
|
||||
|
||||
/** Run unit tests for private dir permission enforcement logic. */
|
||||
static void
|
||||
test_checkdir_perms(void *testdata)
|
||||
|
Loading…
Reference in New Issue
Block a user