13 lines
328 B
Diff
13 lines
328 B
Diff
diff -u -r ../fossil-2.6/src/user.c ./src/user.c
|
|
--- ../fossil-2.6/src/user.c 2018-05-04 12:56:42.000000000 +0000
|
|
+++ ./src/user.c 2018-09-12 06:01:49.062037139 +0000
|
|
@@ -40,7 +40,7 @@
|
|
blob_append(pBlob, z, -1);
|
|
}
|
|
|
|
-#if defined(_WIN32) || defined(__BIONIC__)
|
|
+#if defined(_WIN32)
|
|
#ifdef _WIN32
|
|
#include <conio.h>
|
|
#endif
|