diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-31 22:01:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-31 22:01:19 (GMT) |
commit | 96e81b3476d38bee2a514d39e6a3914206a6353d (patch) | |
tree | 6d94e996855508b9de18ee363a4bf35fb2fd87fe /generic/tkPlatDecls.h | |
parent | 637ea03ab047c97e3a8e0c5ed58b010e8142874b (diff) | |
parent | f848d1d529527932b9e467df39b92efe6cc135c5 (diff) | |
download | tk-bug_f214b8ad5b.zip tk-bug_f214b8ad5b.tar.gz tk-bug_f214b8ad5b.tar.bz2 |
merge trunkbug_f214b8ad5b
Diffstat (limited to 'generic/tkPlatDecls.h')
-rw-r--r-- | generic/tkPlatDecls.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/tkPlatDecls.h b/generic/tkPlatDecls.h index e59c014..88fa918 100644 --- a/generic/tkPlatDecls.h +++ b/generic/tkPlatDecls.h @@ -29,6 +29,10 @@ extern "C" { /* !BEGIN!: Do not edit below this line. */ +#ifdef __cplusplus +extern "C" { +#endif + /* * Exported function declarations: */ @@ -107,10 +111,8 @@ typedef struct TkPlatStubs { #endif /* AQUA */ } TkPlatStubs; -#ifdef __cplusplus -extern "C" { -#endif extern const TkPlatStubs *tkPlatStubsPtr; + #ifdef __cplusplus } #endif |