/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/doc/HACKING
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /sourceforge.net/branches/seamlessrdp-branch/rdesktop/doc/HACKING

Parent Directory Parent Directory | Revision Log Revision Log


Revision 324 - (hide annotations)
Tue Feb 11 10:40:03 2003 UTC (21 years, 4 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/doc/HACKING
File size: 632 byte(s)
Added note explaining that protocol stack should be
system-independent.

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

  ViewVC Help
Powered by ViewVC 1.1.26