Files
rgbds/include
James Larrowe e51701acaa Add platform-specific fixes file
Create a new file, platform.h, for platform-specific hacks

for MSVC, this includes defining strncasecmp to _stricmp and
strdup to _strdup, among other things like defining missing
stat macros

Change some things not supported in MSVC, like _Static_assert,
to their counterparts (in this case, static_assert)

Replace usage of VLAs with malloc and free

Update getopt_long and use the getopt implementation from musl
on Windows.

Use comments to show which functions from platform.h are being used
2020-07-21 14:24:22 -04:00
..
2020-07-21 19:56:46 +02:00
2020-07-21 14:24:22 -04:00
2020-04-07 14:48:30 +10:00
2020-07-21 19:56:46 +02:00
2020-07-21 14:24:22 -04:00
2020-03-14 16:13:40 +01:00
2020-07-21 19:56:46 +02:00
2020-07-21 14:24:22 -04:00
2018-01-26 22:59:02 +00:00
2020-04-03 12:11:50 +02:00