You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
590 B
12 lines
590 B
diff -uNr tidy-html5/include/tidyplatform.h tidy-html5.mod/include/tidyplatform.h
|
|
--- tidy-html5/include/tidyplatform.h 2018-04-27 16:33:51.000000000 +0300
|
|
+++ tidy-html5.mod/include/tidyplatform.h 2019-01-20 18:47:23.209564431 +0200
|
|
@@ -569,7 +569,7 @@
|
|
typedef unsigned int uint;
|
|
#endif
|
|
|
|
-#if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32)
|
|
+#if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || defined(BSD_BASED_OS) || defined(_WIN32) || defined(__ANDROID__)
|
|
# undef ulong
|
|
typedef unsigned long ulong;
|
|
#endif
|
|
|