diff options
author | Werner Koch <[email protected]> | 2010-09-16 18:44:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-09-16 18:44:32 +0000 |
commit | d717d13e27cb02fbbb015854e3811d9b0aad3c06 (patch) | |
tree | cee32f9cc1af12dba5ddae78a4f3941f8ae21079 /src/init.h | |
parent | Update pl.po. (diff) | |
download | libgpg-error-d717d13e27cb02fbbb015854e3811d9b0aad3c06.tar.gz libgpg-error-d717d13e27cb02fbbb015854e3811d9b0aad3c06.zip |
Fix initialization of static libs
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,11 @@ struct tls_space_s struct tls_space_s *get_tls (void); +/* Explicit constructor for w32-gettext.c */ +#ifndef DLL_EXPORT +void _gpg_w32__init_gettext_module (void); +#endif + #endif /*HAVE_W32_SYSTEM*/ #endif /*INIT_H*/ |