From 2427d91f7416583d9d07983459dbfa3eb02e9b36 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Sat, 11 Jan 2014 01:51:36 +0200 Subject: [PATCH] portability notes for msvc and mingw on windows x86 --- website/guide/portability.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/guide/portability.html b/website/guide/portability.html index 0629b1d9..23a8fdbe 100644 --- a/website/guide/portability.html +++ b/website/guide/portability.html @@ -43,6 +43,18 @@ detail below the table.

Aliasing issues with clang 3.3 on FreeBSD, with -m32 and packed duk_tval. +Windows +MinGW +x86 +-std=c99 recommended, only ISO 8601 date format supported (no platform specific format) + + +Windows +MSVC +x86 +Tested with Visual Studio Express 2010, only ISO 8601 date format supported (no platform specific format) + + AmigaOS VBCC M68K