1 2Code style / indentation 3------------------------ 4The file indent-all.sh contains information about the current code 5style. Run this script before commits. 6 7 8Variable argument macros 9------------------------ 10Variable argument macros are non-portable in general, and should be 11avoided. Either use a second set of parentheses like DEBUG, or create 12a variable argument function like error. 13 14 15Structure 16--------- 17The core protocol stack should be system-independent (i.e. ANSI C 18only) so that it is easy to port. This currently applies to the 19following files: 20 21bitmap.c licence.c orders.c rdp.c rdp5.c cache.c iso.c mcs.c 22secure.c mppc.c channels.c 23rdesktop.c 24 25 26RDP resources 27------------- 28http://dev.remotenetworktechnology.com/refdata.htm 29