diff options
Diffstat (limited to 'win/config.h')
-rw-r--r-- | win/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/config.h b/win/config.h index 9d6f25e4b..465498141 100644 --- a/win/config.h +++ b/win/config.h @@ -44,8 +44,8 @@ extern "C" { #endif -KDECORE_EXPORT int mkstemps (char* _template, int suffix_len); -KDECORE_EXPORT char* mkdtemp (char* _template); +TDECORE_EXPORT int mkstemps (char* _template, int suffix_len); +TDECORE_EXPORT char* mkdtemp (char* _template); #ifdef __cplusplus } |