mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Try to fix test_checkdir windows compilation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user