date icon indicating copy to clipboard operation
date copied to clipboard

Fixed build for WinRT and Android

Open eugenegff opened this issue 2 years ago • 0 comments

  1. Code under #ifdef WINRT uses convert_utf8_to_utf16() function too, so this func should not be defined under #ifndef WINRT

  2. Android has no curl.h, wordexp.h and even tz database is in non-standard binary format, but library still could be used on Android with user supplied tz database, if some defines are set to more reasonable defaults.

eugenegff avatar Oct 18 '23 15:10 eugenegff