Dealing with existing source code
Use the following guidelines when working with existing source code:
▪When integrating or updating an existing source module, maintain the style that is used in the module. If the module is not thread-safe, or does not provide ANSI and UNICODE builds, modify the module as necessary.
▪When reusing individual functions or lines of source code in new modules, modify the source code so that it reflects the coding standards.
See also