X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/619fda4f5a537f64816cae1a261b879cfaff2d15..528e0faf1c50e475528de3711061ce9d5f6f8f7d:/docs/html/standard.htm diff --git a/docs/html/standard.htm b/docs/html/standard.htm index bf0295e279..9bd3acac53 100644 --- a/docs/html/standard.htm +++ b/docs/html/standard.htm @@ -629,7 +629,7 @@ about terminating the last line. The linker on VMS is case-insensitive. Therefore all external variables and functions which differ only in case are not recognized by the linker as different, so all externals should differ in more than the case only: -i.e. GetId is the same as . +i.e. GetId is the same as GetID. @@ -764,8 +764,8 @@ the right header for given platform. Any new headers should conform to this setup as well to allow including <wx/foo.h> on any platform.

Note that wxWindows implementation files should use quotes when including wxWindows -headers, not angled brackets. Applications should use angled brackets. There -is a reason for it (can anyone remember what this is?). +headers, not angled brackets. Applications should use angled brackets. This +ensures that the dependencies are correctly handled by the compiler.

  • Include guards

    To minimize the compile time C++ programmers often use so called include