From 5dcb2ce4ecab310d837946b2123af75429cac9b8 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 9 Jul 2011 21:49:07 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3642 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/Contributing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/Contributing b/sc2/Contributing index fcbdb1d81..8990c0a27 100644 --- a/sc2/Contributing +++ b/sc2/Contributing @@ -65,8 +65,8 @@ Making changes: because you think that would be easier than trying to understand the original. If you don't have the skills or patience to do so, this is not the place for you. -- Only use portable functions. The code is intended to work on Windows, - Linux, FreeBSD, BeOS and MacOS X. +- Only use portable functions. The code is intended to work on Windows + (MSVC 6), Linux (GCC 4), FreeBSD (GCC 4) and MacOS X (GCC 4). Try to avoid unnecessary system-dependant code, but use #ifdefs if you really have to. - No shortcuts. Don't assume anything about user input (like the length),