X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b73c5318ccc837aff38c0e5a824bc4fd56c75c8..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/tls.h diff --git a/interface/wx/tls.h b/interface/wx/tls.h index aa86dec704..a49a4b9fd9 100644 --- a/interface/wx/tls.h +++ b/interface/wx/tls.h @@ -2,8 +2,7 @@ // Name: wx/tls.h // Purpose: wxTLS_TYPE() // Author: Vadim Zeitlin -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -46,7 +45,7 @@ type emulating @c T @c *, i.e. a pointer to this type otherwise. This macro always returns an expression of type @c T itself. - As shown in wxTLS_TYPE() example, you may want to @c #define a symbol + As shown in wxTLS_TYPE() example, you may want to @c \#define a symbol wrapping a thread-specific variable with this macro. And, as also explained in wxTLS_TYPE() documentation, you may avoid using it entirely if you target only recent compilers.