home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / rdesktop / HACKING < prev    next >
Encoding:
Text File  |  2004-06-17  |  740 b   |  29 lines

  1.  
  2. Code style / indentation
  3. ------------------------
  4. The file indent-all.sh contains information about the current code
  5. style.  Run this script before commits.
  6.  
  7.  
  8. 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.  
  14.  
  15. 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. 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.  
  25.  
  26. RDP resources
  27. -------------
  28. http://dev.remotenetworktechnology.com/refdata.htm
  29.