Skip to content

Commit 6e76209

Browse files
author
Emirhan Uçan
authored
Update tlsh_unittest.cpp
1 parent 0429539 commit 6e76209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/tlsh_unittest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#include <string.h>
6868
#include <assert.h>
6969

70-
#ifdef WINDOWS
70+
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(CYGWIN)
7171
#include <WinFunctions.h>
7272
#else
7373
// for directory processing on Unix / Linux

0 commit comments

Comments
 (0)