From 09e3df9353c85001860c3534fabe15ecbd390e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Thu, 6 Mar 2008 15:28:32 +0000 Subject: [PATCH] Let's allow C99 in SeamlessRDP. The current code is not compatible with C89 anyway. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1440 423420c4-83ab-492f-b58f-81f9feb106b5 --- doc/HACKING | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/HACKING b/doc/HACKING index 3146c61..27d8a33 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -25,7 +25,10 @@ rdesktop.c Compiler support ---------------- -The source code should be compatible with ANSI C89. + +The source code should be compatible with ANSI C89. One exception is +the SeamlessRDP ServerEXE and ClientDLL, which should be compatible +with ANSI C99. RDP resources