Skip to content

Commit ea656b7

Browse files
author
Emirhan Uçan
authored
Pull request #66
1 parent 74efd09 commit ea656b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎include/tlsh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#define TLSH_OPTION_PRIVATE 8
6868
#define TLSH_OPTION_THREADED 16
6969

70-
#if defined WINDOWS || defined MINGW
70+
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(CYGWIN)
7171
#include "tlsh_win_version.h"
7272
#else
7373
#include "tlsh_version.h"

0 commit comments

Comments
 (0)