diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkPlatDecls.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tkPlatDecls.h b/generic/tkPlatDecls.h index 2d4b1f1..741ebbf 100644 --- a/generic/tkPlatDecls.h +++ b/generic/tkPlatDecls.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPlatDecls.h,v 1.20 2009/06/29 14:35:01 das Exp $ + * RCS: @(#) $Id: tkPlatDecls.h,v 1.21 2009/11/11 15:56:48 dgp Exp $ */ #ifndef _TKPLATDECLS @@ -25,6 +25,10 @@ * in the generic/tk.decls script. */ +#ifdef __cplusplus +#extern "C" { +#endif + /* !BEGIN!: Do not edit below this line. */ /* @@ -243,6 +247,10 @@ extern const TkPlatStubs *tkPlatStubsPtr; /* !END!: Do not edit above this line. */ +#ifdef __cplusplus +} +#endif + #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT |