VirtualBox

source: vbox/trunk/src/VBox/RDP/client/doc/HACKING@ 9176

Last change on this file since 9176 was 7826, checked in by vboxsync, 17 years ago

Export modified rdesktop version including USB support to OSE. It's GPL anyway.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 740 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette