hacking

来自「这是一个开放源代码的与WINNT/WIN2K/WIN2003兼容的操作系统」· 代码 · 共 29 行

TXT
29
字号

Code style / indentation
------------------------
The file indent-all.sh contains information about the current code
style.  Run this script before commits.


Variable argument macros
------------------------
Variable argument macros are non-portable in general, and should be
avoided.  Either use a second set of parentheses like DEBUG, or create
a variable argument function like error.


Structure
---------
The core protocol stack should be system-independent (i.e. ANSI C
only) so that it is easy to port. This currently applies to the
following files:

bitmap.c licence.c orders.c rdp.c rdp5.c cache.c iso.c mcs.c
secure.c mppc.c channels.c
rdesktop.c


RDP resources
-------------
http://dev.remotenetworktechnology.com/refdata.htm

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?