Calendar uses NLS function which is not supported in MacOS.
This patch disables that usage in calendar.
@tizen_fix
Change-Id: I5071fb3d361ab20d107838aa9d79c89d77d7be80
Signed-off-by: Thiep Ha <thiep.ha@samsung.com>
_current_region_date_string_get(const char *format, struct tm *tm)
{
#ifndef HAVE_ELEMENTARY_WIN32
+#ifndef HAVE_ELEMENTARY_COCOA
char *p, *locale;
char buf[128] = {0, };
UDateFormat *dt_formatter = NULL;
#else
return NULL;
#endif
+#else
+ return NULL;
+#endif
}
//