There was an error while loading. Please reload this page.
1 parent 56dd30e commit 07c6520Copy full SHA for 07c6520
1 file changed
xLights/utils/GitUtils.cpp
@@ -5,6 +5,11 @@
5
#include <regex>
6
#include <format>
7
8
+#ifdef _WIN32
9
+#define popen _popen
10
+#define pclose _pclose
11
+#endif
12
+
13
#include <log.h>
14
15
GitUtils& GitUtils::Instance()
0 commit comments