/[rdesktop]/sourceforge.net/trunk/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/trunk/rdesktop/doc/HACKING

Parent Directory Parent Directory | Revision Log Revision Log


Revision 719 - (hide annotations)
Fri Jun 18 01:38:35 2004 UTC (20 years ago) by jsorg71
File size: 740 byte(s)
update the core file list

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 675
8 astrand 83 Variable argument macros
9     ------------------------
10     Variable argument macros are non-portable in general, and should be
11     avoided. Either use a second set of parentheses like DEBUG, or create
12     a variable argument function like error.
13 astrand 324
14 astrand 675
15 astrand 324 Structure
16     ---------
17     The core protocol stack should be system-independent (i.e. ANSI C
18     only) so that it is easy to port. This currently applies to the
19     following files:
20    
21 jsorg71 719 bitmap.c licence.c orders.c rdp.c rdp5.c cache.c iso.c mcs.c
22     secure.c mppc.c channels.c
23     rdesktop.c
24 astrand 675
25    
26     RDP resources
27     -------------
28     http://dev.remotenetworktechnology.com/refdata.htm

  ViewVC Help
Powered by ViewVC 1.1.26