Skip to content

Commit 07c6520

Browse files
committed
I really don't like windows...
1 parent 56dd30e commit 07c6520

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

xLights/utils/GitUtils.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
#include <regex>
66
#include <format>
77

8+
#ifdef _WIN32
9+
#define popen _popen
10+
#define pclose _pclose
11+
#endif
12+
813
#include <log.h>
914

1015
GitUtils& GitUtils::Instance()

0 commit comments

Comments
 (0)