1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/compat
Pierre Ynard f22b0d94f8 WinCE: add replacement getpid() function
And remove #ifdefs from code
2009-08-27 11:14:10 +02:00
..
asprintf.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
atof.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
atoll.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
getcwd.c WinCE: add replacement getcwd() function 2009-05-21 00:11:37 +02:00
getpid.c WinCE: add replacement getpid() function 2009-08-27 11:14:10 +02:00
gmtime_r.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
lldiv.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
localtime_r.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
Makefile.am Start moving replacement functions to a static import library 2009-04-10 20:14:10 +03:00
rewind.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
strcasecmp.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
strcasestr.c Fix strcasestr replacement 2009-04-11 20:59:13 +03:00
strdup.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strlcpy.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strncasecmp.c Move remaining replacement to static import library 2009-04-10 22:17:13 +03:00
strndup.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strnlen.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strsep.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strtof.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
strtoll.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00
swab.c Implemented replacement for swab. 2009-04-12 15:33:19 +02:00
vasprintf.c Mention which standard replacements follow 2009-04-10 22:12:30 +03:00