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
This commit is contained in:
Peter Åstrand 2008-03-06 15:28:32 +00:00
parent 301677f200
commit 09e3df9353

View File

@ -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